|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.helpdesk.business.Subject
public class Subject
This class represents a Subject object.
Constructor Summary | |
---|---|
Subject()
Creates a new Subject object. |
Method Summary | |
---|---|
int |
getIdSubject()
Returns the identifier of the subject |
java.util.List |
getQuestions()
Returns the questions associated with the subject |
java.lang.String |
getSubject()
Returns the subject string |
void |
setIdSubject(int nIdSubject)
Sets the identifier of the subject to the specified value |
void |
setQuestions(java.util.List questions)
Assigns the specified set of questions to the subject |
void |
setSubject(java.lang.String strSubject)
Sets the subject string to the specified value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Subject()
Method Detail |
---|
public int getIdSubject()
public void setIdSubject(int nIdSubject)
nIdSubject
- The new valuepublic java.lang.String getSubject()
public void setSubject(java.lang.String strSubject)
strSubject
- The new valuepublic java.util.List getQuestions()
public void setQuestions(java.util.List questions)
questions
- The new List
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |