Package org.jumpmind.symmetric.model
Class DataEvent
java.lang.Object
org.jumpmind.symmetric.model.DataEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
void
setBatchId
(long batchId) void
setDataId
(long dataId)
-
Constructor Details
-
DataEvent
public DataEvent() -
DataEvent
public DataEvent(long dataId, long batchId)
-
-
Method Details
-
getBatchId
public long getBatchId() -
setBatchId
public void setBatchId(long batchId) -
getDataId
public long getDataId() -
setDataId
public void setDataId(long dataId)
-