Class AuthoritativeChangeIdentifier

java.lang.Object
com.soffid.iam.sync.api.AuthoritativeChangeIdentifier
All Implemented Interfaces:
Serializable

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

    • AuthoritativeChangeIdentifier

      public AuthoritativeChangeIdentifier()
    • AuthoritativeChangeIdentifier

      public AuthoritativeChangeIdentifier(Object employeeId, Date date, Object changeId, Long internalId)
    • AuthoritativeChangeIdentifier

      public AuthoritativeChangeIdentifier(AuthoritativeChangeIdentifier otherBean)
  • Method Details

    • getEmployeeId

      public Object getEmployeeId()
      Gets value for attribute employeeId
    • setEmployeeId

      public void setEmployeeId(Object employeeId)
      Sets value for attribute employeeId
    • getDate

      public Date getDate()
      Gets value for attribute date
    • setDate

      public void setDate(Date date)
      Sets value for attribute date
    • getChangeId

      public Object getChangeId()
      Gets value for attribute changeId
    • setChangeId

      public void setChangeId(Object changeId)
      Sets value for attribute changeId
    • getInternalId

      public Long getInternalId()
      Gets value for attribute internalId
    • setInternalId

      public void setInternalId(Long internalId)
      Sets value for attribute internalId
    • toString

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