TO - public class InsertSyncEventTO<TO extends BaseTO> extends Object implements SyncEventTOIF, Serializable
| Modifier and Type | Field and Description |
|---|---|
private TO |
addedLightweightTO |
private EventActionType |
eventActionType |
private EventDataType |
eventDataType |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
InsertSyncEventTO(TO addedLightweightTO,
EventDataType eventDataType) |
| Modifier and Type | Method and Description |
|---|---|
TO |
getAddedLightweightTO() |
EventActionType |
getEventActionType() |
EventDataType |
getEventDataType() |
void |
setAddedLightweightTO(TO addedLightweightTO) |
void |
setEventActionType(EventActionType eventActionType) |
void |
setEventDataType(EventDataType eventDataType) |
String |
toString() |
private static final long serialVersionUID
private EventDataType eventDataType
private EventActionType eventActionType
public InsertSyncEventTO(TO addedLightweightTO, EventDataType eventDataType)
public TO getAddedLightweightTO()
public void setAddedLightweightTO(TO addedLightweightTO)
public EventActionType getEventActionType()
getEventActionType in interface SyncEventTOIFpublic EventDataType getEventDataType()
getEventDataType in interface SyncEventTOIFpublic void setEventDataType(EventDataType eventDataType)
public void setEventActionType(EventActionType eventActionType)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.