Package com.soffid.iam.bpm.api
Class ProcessLog
java.lang.Object
com.soffid.iam.bpm.api.ProcessLog
- All Implemented Interfaces:
Serializable
ValueObject ProcessLog
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessLog(long processId) ProcessLog(long processId, Date date, String action, String user) ProcessLog(ProcessLog otherBean) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute actiongetDate()Gets value for attribute datelongGets value for attribute processIdgetUser()Gets value for attribute uservoidSets value for attribute actionvoidSets value for attribute datevoidsetProcessId(long processId) Sets value for attribute processIdvoidSets value for attribute usertoString()Returns a string representation of the value object.
-
Constructor Details
-
ProcessLog
public ProcessLog() -
ProcessLog
-
ProcessLog
public ProcessLog(long processId) -
ProcessLog
-
-
Method Details
-
getProcessId
public long getProcessId()Gets value for attribute processId -
setProcessId
public void setProcessId(long processId) Sets value for attribute processId -
getDate
Gets value for attribute date -
setDate
Sets value for attribute date -
getAction
Gets value for attribute action -
setAction
Sets value for attribute action -
getUser
Gets value for attribute user -
setUser
Sets value for attribute user -
toString
Returns a string representation of the value object.
-