fr.paris.lutece.plugins.helpdesk.business
Class QuestionTopic

java.lang.Object
  extended by fr.paris.lutece.plugins.helpdesk.business.QuestionTopic
All Implemented Interfaces:
fr.paris.lutece.portal.service.rbac.RBACResource

public class QuestionTopic
extends java.lang.Object
implements fr.paris.lutece.portal.service.rbac.RBACResource

This class represents a type of question.


Field Summary
static java.lang.String RESOURCE_TYPE
           
 
Constructor Summary
QuestionTopic()
          Creates a new QuestionType object.
 
Method Summary
 int getIdQuestionTopic()
          Returns the identifier of the object
 int getIdQuestionType()
          Returns the identifier of the object
 java.lang.String getQuestionTopic()
          Returns the question topic
 java.lang.String getResourceId()
          Returns the resource Id of the current object
 java.lang.String getResourceTypeCode()
          Returns the Resource Type Code that identify the resource type
 void setIdQuestionTopic(int nIdQuestionTopic)
          Sets the identifier of the object to the specified value
 void setIdQuestionType(int nIdQuestionType)
          Sets the identifier of the object to the specified value
 void setQuestionTopic(java.lang.String strQuestionTopic)
          Sets the question topic to the specified value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_TYPE

public static final java.lang.String RESOURCE_TYPE
See Also:
Constant Field Values
Constructor Detail

QuestionTopic

public QuestionTopic()
Creates a new QuestionType object.

Method Detail

getIdQuestionTopic

public int getIdQuestionTopic()
Returns the identifier of the object

Returns:
The identifier

setIdQuestionTopic

public void setIdQuestionTopic(int nIdQuestionTopic)
Sets the identifier of the object to the specified value

Parameters:
nIdQuestionTopic - The new value

getIdQuestionType

public int getIdQuestionType()
Returns the identifier of the object

Returns:
The identifier

setIdQuestionType

public void setIdQuestionType(int nIdQuestionType)
Sets the identifier of the object to the specified value

Parameters:
nIdQuestionType - The new value

getQuestionTopic

public java.lang.String getQuestionTopic()
Returns the question topic

Returns:
A string literal containing the question topic

setQuestionTopic

public void setQuestionTopic(java.lang.String strQuestionTopic)
Sets the question topic to the specified value

Parameters:
strQuestionTopic - The new value

getResourceTypeCode

public java.lang.String getResourceTypeCode()
Returns the Resource Type Code that identify the resource type

Specified by:
getResourceTypeCode in interface fr.paris.lutece.portal.service.rbac.RBACResource
Returns:
The Resource Type Code

getResourceId

public java.lang.String getResourceId()
Returns the resource Id of the current object

Specified by:
getResourceId in interface fr.paris.lutece.portal.service.rbac.RBACResource
Returns:
The resource Id of the current object


Copyright © 2007 Mairie de Paris. All Rights Reserved.