|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.helpdesk.business.AbstractSubject
fr.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 | |
---|---|
Collection<Subject> |
getChilds(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the child subjects |
Faq |
getFaq(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Gets the owning Faq |
Subject |
getParent(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the parent subject |
List |
getQuestions()
Returns the questions associated with the subject |
void |
setQuestions(List questions)
Assigns the specified set of questions to the subject |
Methods inherited from class fr.paris.lutece.plugins.helpdesk.business.AbstractSubject |
---|
getId, getIdOrder, getIdParent, getText, setId, setIdOrder, setIdParent, setText |
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 List getQuestions()
public void setQuestions(List questions)
questions
- The new Listpublic Subject getParent(fr.paris.lutece.portal.service.plugin.Plugin plugin)
getParent
in class AbstractSubject
plugin
- The Plugin
public Collection<Subject> getChilds(fr.paris.lutece.portal.service.plugin.Plugin plugin)
getChilds
in class AbstractSubject
plugin
- The Plugin
Collection
of child Subject
public Faq getFaq(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |