-
- All Implemented Interfaces:
-
no.ks.kes.lib.Aggregate
public final class BasketAggregate implements Aggregate
-
-
Field Summary
Fields Modifier and Type Field Description private final UUIDaggregateIdprivate final Map<UUID, Integer>basketContentsprivate final BooleanbasketClosed
-
Method Summary
Modifier and Type Method Description final UUIDgetAggregateId()final Map<UUID, Integer>getBasketContents()final BooleangetBasketClosed()-
-
Method Detail
-
getAggregateId
final UUID getAggregateId()
-
getBasketContents
final Map<UUID, Integer> getBasketContents()
-
getBasketClosed
final Boolean getBasketClosed()
-
-
-
-