public interface CategoryXref extends Serializable, MultiTenantCloneable<CategoryXref>
CategoryXrefImpl.CategoryXrefImpl},{@link Category}| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory()
Return the parent category
|
Boolean |
getDefaultReference()
Specifies the default reference between a category and a parent category.
|
BigDecimal |
getDisplayOrder()
Return the order for sorting
|
Long |
getId() |
Category |
getSubCategory()
Return the child category
|
void |
setCategory(Category category) |
void |
setDefaultReference(Boolean defaultReference) |
void |
setDisplayOrder(BigDecimal displayOrder) |
void |
setId(Long id)
Return the primary key
|
void |
setSubCategory(Category subCategory) |
createOrRetrieveCopyInstanceBigDecimal getDisplayOrder()
void setDisplayOrder(BigDecimal displayOrder)
Category getCategory()
void setCategory(Category category)
Category getSubCategory()
void setSubCategory(Category subCategory)
void setId(Long id)
id - Long getId()
Boolean getDefaultReference()
CategoryImpl.getDefaultParentCategory() ()}()void setDefaultReference(Boolean defaultReference)
Copyright © 2017. All rights reserved.