public class EntityWithIdAndVersion<T> extends Object
| Constructor and Description |
|---|
EntityWithIdAndVersion(EntityIdAndVersion entityIdAndVersion,
T aggregate) |
| Modifier and Type | Method and Description |
|---|---|
T |
getAggregate() |
String |
getEntityId() |
EntityIdAndVersion |
getEntityIdAndVersion() |
Int128 |
getEntityVersion() |
String |
toString() |
public EntityWithIdAndVersion(EntityIdAndVersion entityIdAndVersion, T aggregate)
Copyright © 2021. All rights reserved.