Package com.soffid.iam.base.api
Class UserAccountHistory
java.lang.Object
com.soffid.iam.base.api.UserAccountHistory
- All Implemented Interfaces:
Serializable
ValueObject UserAccountHistory
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserAccountHistory(UserAccountHistory otherBean) UserAccountHistory(Long id, String user, String account, String system) UserAccountHistory(Long id, String user, String account, String system, Date untilDate, Long workflowId, Boolean approved, String entryPoint) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute accountGets value for attribute approvedGets value for attribute entryPointgetId()Gets value for attribute idGets value for attribute systemGets value for attribute untilDategetUser()Gets value for attribute userGets value for attribute workflowIdvoidsetAccount(String account) Sets value for attribute accountvoidsetApproved(Boolean approved) Sets value for attribute approvedvoidsetEntryPoint(String entryPoint) Sets value for attribute entryPointvoidSets value for attribute idvoidSets value for attribute systemvoidsetUntilDate(Date untilDate) Sets value for attribute untilDatevoidSets value for attribute uservoidsetWorkflowId(Long workflowId) Sets value for attribute workflowIdtoString()Returns a string representation of the value object.
-
Constructor Details
-
UserAccountHistory
public UserAccountHistory() -
UserAccountHistory
-
UserAccountHistory
-
UserAccountHistory
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getUser
Gets value for attribute user -
setUser
Sets value for attribute user -
getAccount
Gets value for attribute account -
setAccount
Sets value for attribute account -
getSystem
Gets value for attribute system -
setSystem
Sets value for attribute system -
getUntilDate
Gets value for attribute untilDate -
setUntilDate
Sets value for attribute untilDate -
getWorkflowId
Gets value for attribute workflowId -
setWorkflowId
Sets value for attribute workflowId -
getApproved
Gets value for attribute approved -
setApproved
Sets value for attribute approved -
getEntryPoint
Gets value for attribute entryPoint -
setEntryPoint
Sets value for attribute entryPoint -
toString
Returns a string representation of the value object.
-