Package es.caib.seycon.ng.sync.intf
Class AuthoritativeChangeIdentifier
- java.lang.Object
-
- es.caib.seycon.ng.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 ObjectgetChangeId()Gets value for attribute changeIdDategetDate()Gets value for attribute dateObjectgetEmployeeId()Gets value for attribute employeeIdLonggetInternalId()Gets value for attribute internalIdvoidsetChangeId(Object changeId)Sets value for attribute changeIdvoidsetDate(Date date)Sets value for attribute datevoidsetEmployeeId(Object employeeId)Sets value for attribute employeeIdvoidsetInternalId(Long internalId)Sets value for attribute internalIdstatic AuthoritativeChangeIdentifiertoAuthoritativeChangeIdentifier(AuthoritativeChangeIdentifier vo)Creates a AuthoritativeChangeIdentifier value object based on a AuthoritativeChangeIdentifier object.static voidtoAuthoritativeChangeIdentifier(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.StringtoString()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.
-
-