|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.helpdesk.business.QuestionTopic
public class QuestionTopic
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 |
---|
public static final java.lang.String RESOURCE_TYPE
Constructor Detail |
---|
public QuestionTopic()
Method Detail |
---|
public int getIdQuestionTopic()
public void setIdQuestionTopic(int nIdQuestionTopic)
nIdQuestionTopic
- The new valuepublic int getIdQuestionType()
public void setIdQuestionType(int nIdQuestionType)
nIdQuestionType
- The new valuepublic java.lang.String getQuestionTopic()
public void setQuestionTopic(java.lang.String strQuestionTopic)
strQuestionTopic
- The new valuepublic java.lang.String getResourceTypeCode()
getResourceTypeCode
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public java.lang.String getResourceId()
getResourceId
in interface fr.paris.lutece.portal.service.rbac.RBACResource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |