Uses of Class
dev.vality.damsel.proxy_inspector.Shop
| Package | Description |
|---|---|
| dev.vality.damsel.proxy_inspector |
-
Uses of Shop in dev.vality.damsel.proxy_inspector
Fields in dev.vality.damsel.proxy_inspector declared as Shop Modifier and Type Field Description ShopPaymentInfo. shopMethods in dev.vality.damsel.proxy_inspector that return Shop Modifier and Type Method Description ShopShop. deepCopy()ShopPaymentInfo. getShop()ShopShop. setCategory(Category category)ShopShop. setDetails(ShopDetails details)ShopShop. setId(String id)ShopShop. setLocation(ShopLocation location)Methods in dev.vality.damsel.proxy_inspector with parameters of type Shop Modifier and Type Method Description intShop. compareTo(Shop other)booleanShop. equals(Shop that)PaymentInfoPaymentInfo. setShop(Shop shop)Constructors in dev.vality.damsel.proxy_inspector with parameters of type Shop Constructor Description PaymentInfo(Shop shop, InvoicePayment payment, Invoice invoice, Party party)Shop(Shop other)Performs a deep copy on other.