Package com.soffid.iam.sync.intf
Class AuthoritativeChangeIdentifier
- java.lang.Object
-
- com.soffid.iam.sync.intf.AuthoritativeChangeIdentifier
-
- All Implemented Interfaces:
Serializable
public class AuthoritativeChangeIdentifier extends Object implements Serializable
ValueObject AuthoritativeChangeIdentifier- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthoritativeChangeIdentifier()
AuthoritativeChangeIdentifier(AuthoritativeChangeIdentifier otherBean)
AuthoritativeChangeIdentifier(Object employeeId, Date date, Object changeId, Long internalId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getChangeId()
Gets value for attribute changeIdDate
getDate()
Gets value for attribute dateObject
getEmployeeId()
Gets value for attribute employeeIdLong
getInternalId()
Gets value for attribute internalIdvoid
setChangeId(Object changeId)
Sets value for attribute changeIdvoid
setDate(Date date)
Sets value for attribute datevoid
setEmployeeId(Object employeeId)
Sets value for attribute employeeIdvoid
setInternalId(Long internalId)
Sets value for attribute internalIdstatic AuthoritativeChangeIdentifier
toAuthoritativeChangeIdentifier(AuthoritativeChangeIdentifier vo)
Creates a AuthoritativeChangeIdentifier value object based on a AuthoritativeChangeIdentifier object.static void
toAuthoritativeChangeIdentifier(AuthoritativeChangeIdentifier source, AuthoritativeChangeIdentifier target)
Updates a AuthoritativeChangeIdentifier value object based on a AuthoritativeChangeIdentifier object.static AuthoritativeChangeIdentifier[]
toAuthoritativeChangeIdentifierArray(AuthoritativeChangeIdentifier[] source)
Creates a AuthoritativeChangeIdentifier array on a AuthoritativeChangeIdentifier array.static AsyncList<AuthoritativeChangeIdentifier>
toAuthoritativeChangeIdentifierAsyncList(AsyncList<AuthoritativeChangeIdentifier> source)
Creates a AuthoritativeChangeIdentifier asynclist on a AuthoritativeChangeIdentifier collection.static PagedResult<AuthoritativeChangeIdentifier>
toAuthoritativeChangeIdentifierList(PagedResult<AuthoritativeChangeIdentifier> source)
Creates a AuthoritativeChangeIdentifier pagedResult on a AuthoritativeChangeIdentifier collection.static List<AuthoritativeChangeIdentifier>
toAuthoritativeChangeIdentifierList(Collection<AuthoritativeChangeIdentifier> source)
Creates a AuthoritativeChangeIdentifier list on a AuthoritativeChangeIdentifier collection.String
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
AuthoritativeChangeIdentifier
public AuthoritativeChangeIdentifier()
-
AuthoritativeChangeIdentifier
public AuthoritativeChangeIdentifier(Object employeeId, Date date, Object changeId, Long internalId)
-
AuthoritativeChangeIdentifier
public AuthoritativeChangeIdentifier(AuthoritativeChangeIdentifier otherBean)
-
-
Method Detail
-
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.
-
toAuthoritativeChangeIdentifier
public static AuthoritativeChangeIdentifier toAuthoritativeChangeIdentifier(AuthoritativeChangeIdentifier vo)
Creates a AuthoritativeChangeIdentifier value object based on a AuthoritativeChangeIdentifier object.
-
toAuthoritativeChangeIdentifierList
public static List<AuthoritativeChangeIdentifier> toAuthoritativeChangeIdentifierList(Collection<AuthoritativeChangeIdentifier> source)
Creates a AuthoritativeChangeIdentifier list on a AuthoritativeChangeIdentifier collection.
-
toAuthoritativeChangeIdentifierList
public static PagedResult<AuthoritativeChangeIdentifier> toAuthoritativeChangeIdentifierList(PagedResult<AuthoritativeChangeIdentifier> source)
Creates a AuthoritativeChangeIdentifier pagedResult on a AuthoritativeChangeIdentifier collection.
-
toAuthoritativeChangeIdentifierAsyncList
public static AsyncList<AuthoritativeChangeIdentifier> toAuthoritativeChangeIdentifierAsyncList(AsyncList<AuthoritativeChangeIdentifier> source)
Creates a AuthoritativeChangeIdentifier asynclist on a AuthoritativeChangeIdentifier collection.
-
toAuthoritativeChangeIdentifierArray
public static AuthoritativeChangeIdentifier[] toAuthoritativeChangeIdentifierArray(AuthoritativeChangeIdentifier[] source)
Creates a AuthoritativeChangeIdentifier array on a AuthoritativeChangeIdentifier array.
-
toAuthoritativeChangeIdentifier
public static void toAuthoritativeChangeIdentifier(AuthoritativeChangeIdentifier source, AuthoritativeChangeIdentifier target)
Updates a AuthoritativeChangeIdentifier value object based on a AuthoritativeChangeIdentifier object.
-
-