@Entity public class CategoryXrefImpl extends Object implements CategoryXref
| Modifier and Type | Class and Description |
|---|---|
static class |
CategoryXrefImpl.CategoryXrefPK |
| Constructor and Description |
|---|
CategoryXrefImpl() |
| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory() |
CategoryXrefImpl.CategoryXrefPK |
getCategoryXrefPK() |
Long |
getDisplayOrder() |
Category |
getSubCategory() |
void |
setCategory(Category category) |
void |
setCategoryXrefPK(CategoryXrefImpl.CategoryXrefPK categoryXrefPK) |
void |
setDisplayOrder(Long displayOrder) |
void |
setSubCategory(Category subCategory) |
public CategoryXrefImpl.CategoryXrefPK getCategoryXrefPK()
public void setCategoryXrefPK(CategoryXrefImpl.CategoryXrefPK categoryXrefPK)
public Long getDisplayOrder()
getDisplayOrder in interface CategoryXrefpublic void setDisplayOrder(Long displayOrder)
setDisplayOrder in interface CategoryXrefpublic Category getCategory()
getCategory in interface CategoryXrefCategoryXrefImpl.CategoryXrefPK.getCategory()public void setCategory(Category category)
setCategory in interface CategoryXrefcategory - CategoryXrefImpl.CategoryXrefPK.setCategory(org.broadleafcommerce.core.catalog.domain.Category)public Category getSubCategory()
getSubCategory in interface CategoryXrefCategoryXrefImpl.CategoryXrefPK.getSubCategory()public void setSubCategory(Category subCategory)
setSubCategory in interface CategoryXrefsubCategory - CategoryXrefImpl.CategoryXrefPK.setSubCategory(org.broadleafcommerce.core.catalog.domain.Category)Copyright © 2014. All Rights Reserved.