org.broadleafcommerce.core.catalog.domain
Class CategoryXrefImpl
java.lang.Object
org.broadleafcommerce.core.catalog.domain.CategoryXrefImpl
- All Implemented Interfaces:
- Serializable, CategoryXref
@Entity
public class CategoryXrefImpl
- extends Object
- implements CategoryXref
The Class CategoryXrefImpl is for testing purposes only. It helps autogenerate the cross reference table
properly with the DISPLY_ORDER column
- Author:
- krosenberg
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryXrefImpl
public CategoryXrefImpl()
getCategoryXrefPK
public CategoryXrefImpl.CategoryXrefPK getCategoryXrefPK()
setCategoryXrefPK
public void setCategoryXrefPK(CategoryXrefImpl.CategoryXrefPK categoryXrefPK)
getDisplayOrder
public Long getDisplayOrder()
- Specified by:
getDisplayOrder in interface CategoryXref
setDisplayOrder
public void setDisplayOrder(Long displayOrder)
- Specified by:
setDisplayOrder in interface CategoryXref
getCategory
public Category getCategory()
- Specified by:
getCategory in interface CategoryXref
- Returns:
- See Also:
CategoryXrefImpl.CategoryXrefPK.getCategory()
setCategory
public void setCategory(Category category)
- Specified by:
setCategory in interface CategoryXref
- Parameters:
category - - See Also:
CategoryXrefImpl.CategoryXrefPK.setCategory(org.broadleafcommerce.core.catalog.domain.Category)
getSubCategory
public Category getSubCategory()
- Specified by:
getSubCategory in interface CategoryXref
- Returns:
- See Also:
CategoryXrefImpl.CategoryXrefPK.getSubCategory()
setSubCategory
public void setSubCategory(Category subCategory)
- Specified by:
setSubCategory in interface CategoryXref
- Parameters:
subCategory - - See Also:
CategoryXrefImpl.CategoryXrefPK.setSubCategory(org.broadleafcommerce.core.catalog.domain.Category)
Copyright © 2012. All Rights Reserved.