fr.paris.lutece.plugins.workflow.modules.editrecord.business
Class EditRecord

java.lang.Object
  extended by fr.paris.lutece.plugins.workflow.modules.editrecord.business.EditRecord

public class EditRecord
extends java.lang.Object

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

EditRecord

public EditRecord()
Method Detail

setIdHistory

public void setIdHistory(int nIdHistory)
Set the id edit record

Parameters:
nIdHistory - the id edit record

getIdHistory

public int getIdHistory()
Get the id edit record

Returns:
the id edit record

getIdTask

public int getIdTask()
Get the id task

Returns:
the task id

setIdTask

public void setIdTask(int nIdTask)
Set the task id

Parameters:
nIdTask - the task id

setMessage

public void setMessage(java.lang.String strMessage)
Set the message

Parameters:
strMessage - the message

getMessage

public java.lang.String getMessage()
Get the message

Returns:
the message

setListEditRecordValues

public void setListEditRecordValues(java.util.List<EditRecordValue> listEditRecordValues)
Set the list of edit record values

Parameters:
listEditRecordValues - of edit record values

getListEditRecordValues

public java.util.List<EditRecordValue> getListEditRecordValues()
Get the list of record values

Returns:
the list of edit record values

setIsComplete

public void setIsComplete(boolean bIsComplete)
Set is complete

Parameters:
bIsComplete - true if it is complete, false otherwise

isComplete

public boolean isComplete()
Check if the record is complete

Returns:
true if it is complete, false otherwise


Copyright © 2012 Mairie de Paris. All Rights Reserved.