Uses of Class
dev.vality.damsel.domain.CategoryObject
Packages that use CategoryObject
-
Uses of CategoryObject in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CategoryObjectModifier and TypeMethodDescriptionCategoryObject.deepCopy()DomainObject.getCategory()CategoryObject.setRef(CategoryRef ref) Methods in dev.vality.damsel.domain with parameters of type CategoryObjectModifier and TypeMethodDescriptionstatic DomainObjectDomainObject.category(CategoryObject value) intCategoryObject.compareTo(CategoryObject other) booleanCategoryObject.equals(CategoryObject that) voidDomainObject.setCategory(CategoryObject value) Constructors in dev.vality.damsel.domain with parameters of type CategoryObjectModifierConstructorDescriptionCategoryObject(CategoryObject other) Performs a deep copy on other.