-
- All Implemented Interfaces:
public class GenericDomainEventMessage
-
-
Method Summary
Modifier and Type Method Description StringgetId()voidsetId(String id)StringgetAggregateRootId()voidsetAggregateRootId(String aggregateRootId)StringgetAggregateRootTypeName()voidsetAggregateRootTypeName(String aggregateRootTypeName)intgetVersion()voidsetVersion(int version)DategetTimestamp()voidsetTimestamp(Date timestamp)StringgetCommandId()voidsetCommandId(String commandId)Map<String, String>getEvents()voidsetEvents(Map<String, String> events)Map<String, Object>getItems()voidsetItems(Map<String, Object> items)-
-
Method Detail
-
getAggregateRootId
String getAggregateRootId()
-
setAggregateRootId
void setAggregateRootId(String aggregateRootId)
-
getAggregateRootTypeName
String getAggregateRootTypeName()
-
setAggregateRootTypeName
void setAggregateRootTypeName(String aggregateRootTypeName)
-
getVersion
int getVersion()
-
setVersion
void setVersion(int version)
-
getTimestamp
Date getTimestamp()
-
setTimestamp
void setTimestamp(Date timestamp)
-
getCommandId
String getCommandId()
-
setCommandId
void setCommandId(String commandId)
-
-
-
-