|
||||||||||
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
public abstract class AbstractSubject
This class represent a generic helpdesk subject
Constructor Summary | |
---|---|
AbstractSubject()
|
Method Summary | |
---|---|
abstract Collection<? extends AbstractSubject> |
getChilds(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the child abstract subject list |
int |
getId()
Returns the identifier of the abstract subject |
int |
getIdOrder()
|
int |
getIdParent()
|
abstract AbstractSubject |
getParent(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the parent abstract subject |
String |
getText()
Returns the abstract subject string |
void |
setId(int nId)
Sets the identifier of the abstract subject to the specified value |
void |
setIdOrder(int nIdOrder)
|
void |
setIdParent(int nIdParent)
|
void |
setText(String strText)
Sets the abstract 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 AbstractSubject()
Method Detail |
---|
public int getId()
public void setId(int nId)
nId
- The new valuepublic String getText()
public void setText(String strText)
strText
- The new valuepublic int getIdParent()
public void setIdParent(int nIdParent)
nIdParent
- the _nIdParent to setpublic abstract AbstractSubject getParent(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The Plugin
public abstract Collection<? extends AbstractSubject> getChilds(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The Plugin
Collection
of childspublic int getIdOrder()
public void setIdOrder(int nIdOrder)
nIdOrder
- the _nIdOrder to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |