org.broadleafcommerce.core.catalog.domain
Interface CategoryXref
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- CategoryXrefImpl
public interface CategoryXref
- extends Serializable
getDisplayOrder
BigDecimal getDisplayOrder()
setDisplayOrder
void setDisplayOrder(BigDecimal displayOrder)
getCategory
Category getCategory()
setCategory
void setCategory(Category category)
getSubCategory
Category getSubCategory()
setSubCategory
void setSubCategory(Category subCategory)
setId
void setId(Long id)
getId
Long getId()
Copyright © 2013. All Rights Reserved.