Uses of Class
dev.vality.damsel.domain.Category
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.proxy_inspector | |
| dev.vality.damsel.proxy_provider |
-
Uses of Category in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as Category Modifier and Type Field Description CategoryCategoryObject. dataMethods in dev.vality.damsel.domain that return Category Modifier and Type Method Description CategoryCategory. deepCopy()CategoryCategoryObject. getData()CategoryCategory. setDescription(String description)CategoryCategory. setName(String name)CategoryCategory. setType(CategoryType type)Methods in dev.vality.damsel.domain with parameters of type Category Modifier and Type Method Description intCategory. compareTo(Category other)booleanCategory. equals(Category that)CategoryObjectCategoryObject. setData(Category data)Constructors in dev.vality.damsel.domain with parameters of type Category Constructor Description Category(Category other)Performs a deep copy on other.CategoryObject(CategoryRef ref, Category data) -
Uses of Category in dev.vality.damsel.proxy_inspector
Fields in dev.vality.damsel.proxy_inspector declared as Category Modifier and Type Field Description CategoryShop. categoryMethods in dev.vality.damsel.proxy_inspector that return Category Modifier and Type Method Description CategoryShop. getCategory()Methods in dev.vality.damsel.proxy_inspector with parameters of type Category Modifier and Type Method Description ShopShop. setCategory(Category category)Constructors in dev.vality.damsel.proxy_inspector with parameters of type Category Constructor Description Shop(String id, Category category, ShopDetails details, ShopLocation location) -
Uses of Category in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as Category Modifier and Type Field Description CategoryShop. categoryMethods in dev.vality.damsel.proxy_provider that return Category Modifier and Type Method Description CategoryShop. getCategory()Methods in dev.vality.damsel.proxy_provider with parameters of type Category Modifier and Type Method Description ShopShop. setCategory(Category category)Constructors in dev.vality.damsel.proxy_provider with parameters of type Category Constructor Description Shop(String id, Category category, ShopDetails details, ShopLocation location)