public class UpdateSyncEventTO<TO extends BaseTO> extends Object implements SyncEventTOIF, Serializable
| Modifier and Type | Field and Description |
|---|---|
private Identifier |
dataId |
private Integer |
dataVersion |
private EventActionType |
eventActionType |
private EventDataType |
eventDataType |
private static long |
serialVersionUID |
private TO |
updatedLightweightTO |
| Constructor and Description |
|---|
UpdateSyncEventTO(Identifier dataId,
Integer dataVersion,
EventDataType eventDataType) |
UpdateSyncEventTO(Identifier dataId,
Integer dataVersion,
EventDataType eventDataType,
TO updatedLightweightTO) |
| Modifier and Type | Method and Description |
|---|---|
Identifier |
getDataId() |
Integer |
getDataVersion() |
EventActionType |
getEventActionType() |
EventDataType |
getEventDataType() |
TO |
getUpdatedLightweightTO() |
void |
setDataId(Identifier dataId) |
void |
setDataVersion(Integer dataVersion) |
void |
setEventActionType(EventActionType eventActionType) |
void |
setEventDataType(EventDataType eventDataType) |
void |
setUpdatedLightweightTO(TO updatedLightweightTO) |
String |
toString() |
private static final long serialVersionUID
private EventDataType eventDataType
private EventActionType eventActionType
private Identifier dataId
private Integer dataVersion
public UpdateSyncEventTO(Identifier dataId, Integer dataVersion, EventDataType eventDataType)
public UpdateSyncEventTO(Identifier dataId, Integer dataVersion, EventDataType eventDataType, TO updatedLightweightTO)
public EventDataType getEventDataType()
getEventDataType in interface SyncEventTOIFpublic void setEventDataType(EventDataType eventDataType)
public Identifier getDataId()
public void setDataId(Identifier dataId)
public Integer getDataVersion()
public void setDataVersion(Integer dataVersion)
public EventActionType getEventActionType()
getEventActionType in interface SyncEventTOIFpublic void setEventActionType(EventActionType eventActionType)
public TO getUpdatedLightweightTO()
public void setUpdatedLightweightTO(TO updatedLightweightTO)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.