Uses of Class
dev.vality.damsel.claim_management.ShopModification
Packages that use ShopModification
-
Uses of ShopModification in dev.vality.damsel.claim_management
Fields in dev.vality.damsel.claim_management declared as ShopModificationMethods in dev.vality.damsel.claim_management that return ShopModificationModifier and TypeMethodDescriptionstatic ShopModificationShopModification.cash_register_modification_unit(CashRegisterModificationUnit value) static ShopModificationShopModification.category_modification(CategoryRef value) static ShopModificationShopModification.contract_modification(ShopContractModification value) static ShopModificationShopModification.creation(ShopParams value) ShopModification.deepCopy()static ShopModificationShopModification.details_modification(ShopDetails value) ShopModificationUnit.getModification()static ShopModificationShopModification.location_modification(ShopLocation value) static ShopModificationShopModification.shop_account_creation(ShopAccountParams value) static ShopModificationShopModification.turnover_limits_modification(Set<TurnoverLimit> value) Methods in dev.vality.damsel.claim_management with parameters of type ShopModificationModifier and TypeMethodDescriptionintShopModification.compareTo(ShopModification other) booleanShopModification.equals(ShopModification other) ShopModificationUnit.setModification(ShopModification modification) Constructors in dev.vality.damsel.claim_management with parameters of type ShopModificationModifierConstructorDescriptionShopModification(ShopModification other) ShopModificationUnit(String id, ShopModification modification)