Package no.ks.kes.demoapp
Class Shipment.WarehouseNotifiedOfMissingShipment
-
- All Implemented Interfaces:
-
no.ks.kes.lib.EventData
public final class Shipment.WarehouseNotifiedOfMissingShipment implements EventData<ShipmentAggregate>
-
-
Field Summary
Fields Modifier and Type Field Description private final UUIDaggregateIdprivate final UUIDbasketId
-
Constructor Summary
Constructors Constructor Description Shipment.WarehouseNotifiedOfMissingShipment(UUID aggregateId, UUID basketId)
-
Method Summary
Modifier and Type Method Description final UUIDgetAggregateId()final UUIDgetBasketId()-
-
Method Detail
-
getAggregateId
final UUID getAggregateId()
-
getBasketId
final UUID getBasketId()
-
-
-
-