Package com.soffid.iam.iga.api
Class BpmUserProcess
java.lang.Object
com.soffid.iam.iga.api.BpmUserProcess
- All Implemented Interfaces:
Serializable
ValueObject BpmUserProcess
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBpmUserProcess(BpmUserProcess otherBean) BpmUserProcess(Long processId, Boolean finished) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute finishedgetId()Gets value for attribute idGets value for attribute processIdGets value for attribute finishedGets value for attribute userNameGets value for attribute userNameGets value for attribute userNationalIdvoidsetFinished(Boolean finished) Sets value for attribute finishedvoidSets value for attribute idvoidsetProcessId(Long processId) Sets value for attribute processIdvoidsetTerminated(Boolean finished) Sets value for attribute finishedvoidsetUserCode(String userName) Sets value for attribute userNamevoidsetUserName(String userName) Sets value for attribute userNamevoidsetUserNationalId(String userNationalId) Sets value for attribute userNationalIdtoString()Returns a string representation of the value object.
-
Constructor Details
-
BpmUserProcess
public BpmUserProcess() -
BpmUserProcess
-
BpmUserProcess
-
BpmUserProcess
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getProcessId
Gets value for attribute processId -
setProcessId
Sets value for attribute processId -
getUserName
Gets value for attribute userName -
setUserName
Sets value for attribute userName -
getUserCode
Gets value for attribute userName -
setUserCode
Sets value for attribute userName -
getFinished
Gets value for attribute finished -
setFinished
Sets value for attribute finished -
getTerminated
Gets value for attribute finished -
setTerminated
Sets value for attribute finished -
getUserNationalId
Gets value for attribute userNationalId -
setUserNationalId
Sets value for attribute userNationalId -
toString
Returns a string representation of the value object.
-