|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflowcore.business.config.TaskConfig
fr.paris.lutece.plugins.workflow.modules.comment.business.TaskCommentConfig
public class TaskCommentConfig
TaskCommentConfig
Constructor Summary | |
---|---|
TaskCommentConfig()
|
Method Summary | |
---|---|
java.lang.String |
getTitle()
|
boolean |
isMandatory()
|
void |
setMandatory(boolean bMandatory)
|
void |
setTitle(java.lang.String strTitle)
|
Methods inherited from class fr.paris.lutece.plugins.workflowcore.business.config.TaskConfig |
---|
getIdTask, setIdTask |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskCommentConfig()
Method Detail |
---|
public boolean isMandatory()
public void setMandatory(boolean bMandatory)
bMandatory
- true if the comment is mandatory, false otherwisepublic java.lang.String getTitle()
public void setTitle(java.lang.String strTitle)
strTitle
- the title
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |