Class UserAccountHistory

java.lang.Object
com.soffid.iam.base.api.UserAccountHistory
All Implemented Interfaces:
Serializable

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

  • Method Details

    • getId

      public Long getId()
      Gets value for attribute id
    • setId

      public void setId(Long id)
      Sets value for attribute id
    • getUser

      public String getUser()
      Gets value for attribute user
    • setUser

      public void setUser(String user)
      Sets value for attribute user
    • getAccount

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

      public void setAccount(String account)
      Sets value for attribute account
    • getSystem

      public String getSystem()
      Gets value for attribute system
    • setSystem

      public void setSystem(String system)
      Sets value for attribute system
    • getUntilDate

      public Date getUntilDate()
      Gets value for attribute untilDate
    • setUntilDate

      public void setUntilDate(Date untilDate)
      Sets value for attribute untilDate
    • getWorkflowId

      public Long getWorkflowId()
      Gets value for attribute workflowId
    • setWorkflowId

      public void setWorkflowId(Long workflowId)
      Sets value for attribute workflowId
    • getApproved

      public Boolean getApproved()
      Gets value for attribute approved
    • setApproved

      public void setApproved(Boolean approved)
      Sets value for attribute approved
    • getEntryPoint

      public String getEntryPoint()
      Gets value for attribute entryPoint
    • setEntryPoint

      public void setEntryPoint(String entryPoint)
      Sets value for attribute entryPoint
    • toString

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