Class AccountHistory

java.lang.Object
com.soffid.iam.iga.api.AccountHistory
All Implemented Interfaces:
Serializable

public class AccountHistory extends Object implements Serializable
ValueObject AccountHistory
See Also:
  • Constructor Details

  • Method Details

    • getAccount

      public Account getAccount()
      Gets value for attribute account
    • setAccount

      public void setAccount(Account account)
      Sets value for attribute account
    • getLevel

      public AccountAccessLevelEnum getLevel()
      Gets value for attribute level
    • setLevel

      public void setLevel(AccountAccessLevelEnum level)
      Sets value for attribute level
    • getStart

      public Date getStart()
      Gets value for attribute start
    • setStart

      public void setStart(Date start)
      Sets value for attribute start
    • getEnd

      public Date getEnd()
      Gets value for attribute end
    • setEnd

      public void setEnd(Date end)
      Sets value for attribute end
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object