Package com.soffid.iam.iga.api
Class AccountHistory
java.lang.Object
com.soffid.iam.iga.api.AccountHistory
- All Implemented Interfaces:
Serializable
ValueObject AccountHistory
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccountHistory(Account account, AccountAccessLevelEnum level, Date start, Date end) AccountHistory(AccountHistory otherBean) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute accountgetEnd()Gets value for attribute endgetLevel()Gets value for attribute levelgetStart()Gets value for attribute startvoidsetAccount(Account account) Sets value for attribute accountvoidSets value for attribute endvoidsetLevel(AccountAccessLevelEnum level) Sets value for attribute levelvoidSets value for attribute starttoString()Returns a string representation of the value object.
-
Constructor Details
-
AccountHistory
public AccountHistory() -
AccountHistory
-
AccountHistory
-
-
Method Details
-
getAccount
Gets value for attribute account -
setAccount
Sets value for attribute account -
getLevel
Gets value for attribute level -
setLevel
Sets value for attribute level -
getStart
Gets value for attribute start -
setStart
Sets value for attribute start -
getEnd
Gets value for attribute end -
setEnd
Sets value for attribute end -
toString
Returns a string representation of the value object.
-