Package com.soffid.iam.sync.api
Class AuthoritativeChangeIdentifier
java.lang.Object
com.soffid.iam.sync.api.AuthoritativeChangeIdentifier
- All Implemented Interfaces:
Serializable
ValueObject AuthoritativeChangeIdentifier
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthoritativeChangeIdentifier(Object employeeId, Date date, Object changeId, Long internalId) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute changeIdgetDate()Gets value for attribute dateGets value for attribute employeeIdGets value for attribute internalIdvoidsetChangeId(Object changeId) Sets value for attribute changeIdvoidSets value for attribute datevoidsetEmployeeId(Object employeeId) Sets value for attribute employeeIdvoidsetInternalId(Long internalId) Sets value for attribute internalIdtoString()Returns a string representation of the value object.
-
Constructor Details
-
AuthoritativeChangeIdentifier
public AuthoritativeChangeIdentifier() -
AuthoritativeChangeIdentifier
-
AuthoritativeChangeIdentifier
-
-
Method Details
-
getEmployeeId
Gets value for attribute employeeId -
setEmployeeId
Sets value for attribute employeeId -
getDate
Gets value for attribute date -
setDate
Sets value for attribute date -
getChangeId
Gets value for attribute changeId -
setChangeId
Sets value for attribute changeId -
getInternalId
Gets value for attribute internalId -
setInternalId
Sets value for attribute internalId -
toString
Returns a string representation of the value object.
-