|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.modules.editrecord.business.EditRecord
public class EditRecord
EditRecord
Constructor Summary | |
---|---|
EditRecord()
|
Method Summary | |
---|---|
int |
getIdHistory()
Get the id edit record |
int |
getIdTask()
Get the id task |
java.util.List<EditRecordValue> |
getListEditRecordValues()
Get the list of record values |
java.lang.String |
getMessage()
Get the message |
boolean |
isComplete()
Check if the record is complete |
void |
setIdHistory(int nIdHistory)
Set the id edit record |
void |
setIdTask(int nIdTask)
Set the task id |
void |
setIsComplete(boolean bIsComplete)
Set is complete |
void |
setListEditRecordValues(java.util.List<EditRecordValue> listEditRecordValues)
Set the list of edit record values |
void |
setMessage(java.lang.String strMessage)
Set the message |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditRecord()
Method Detail |
---|
public void setIdHistory(int nIdHistory)
nIdHistory
- the id edit recordpublic int getIdHistory()
public int getIdTask()
public void setIdTask(int nIdTask)
nIdTask
- the task idpublic void setMessage(java.lang.String strMessage)
strMessage
- the messagepublic java.lang.String getMessage()
public void setListEditRecordValues(java.util.List<EditRecordValue> listEditRecordValues)
listEditRecordValues
- of edit record valuespublic java.util.List<EditRecordValue> getListEditRecordValues()
public void setIsComplete(boolean bIsComplete)
bIsComplete
- true if it is complete, false otherwisepublic boolean isComplete()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |