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