Uses of Class
dev.vality.damsel.domain.AllocationTransactionTargetShop
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of AllocationTransactionTargetShop in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return AllocationTransactionTargetShop Modifier and Type Method Description AllocationTransactionTargetShopAllocationTransactionTargetShop. deepCopy()AllocationTransactionTargetShopAllocationTransactionTarget. getShop()AllocationTransactionTargetShopAllocationTransactionTargetShop. setOwnerId(String owner_id)AllocationTransactionTargetShopAllocationTransactionTargetShop. setShopId(String shop_id)Methods in dev.vality.damsel.domain with parameters of type AllocationTransactionTargetShop Modifier and Type Method Description intAllocationTransactionTargetShop. compareTo(AllocationTransactionTargetShop other)booleanAllocationTransactionTargetShop. equals(AllocationTransactionTargetShop that)voidAllocationTransactionTarget. setShop(AllocationTransactionTargetShop value)static AllocationTransactionTargetAllocationTransactionTarget. shop(AllocationTransactionTargetShop value)Constructors in dev.vality.damsel.domain with parameters of type AllocationTransactionTargetShop Constructor Description AllocationTransactionTargetShop(AllocationTransactionTargetShop other)Performs a deep copy on other.