Package no.ks.kes.demoapp
Class ShipmentAggregate
-
- All Implemented Interfaces:
-
no.ks.kes.lib.Aggregate
public final class ShipmentAggregate implements Aggregate
-
-
Field Summary
Fields Modifier and Type Field Description private final UUIDaggregateId
-
Constructor Summary
Constructors Constructor Description ShipmentAggregate(UUID aggregateId)
-
Method Summary
Modifier and Type Method Description final UUIDgetAggregateId()-
-
Constructor Detail
-
ShipmentAggregate
ShipmentAggregate(UUID aggregateId)
-
-
Method Detail
-
getAggregateId
final UUID getAggregateId()
-
-
-
-