org.broadleafcommerce.catalog.domain
Class CategoryProductImpl
java.lang.Object
org.broadleafcommerce.catalog.domain.CategoryProductImpl
- All Implemented Interfaces:
- java.io.Serializable
public class CategoryProductImpl
- extends java.lang.Object
- implements java.io.Serializable
The Class CategoryProductImpl is the default implmentation of Category.
This entity is only used for executing a named query.
If you want to add fields specific to your implementation of BroadLeafCommerce you should extend
this class and add your fields. If you need to make significant changes to the class then you
should implement your own version of Category.
This implementation uses a Hibernate implementation of JPA configured through annotations.
The Entity references the following tables:
BLC_CATEGORY_PRODUCT_XREF,
- Author:
- btaylor
- See Also:
Category}, {@link ProductImpl},
Serialized Form
|
Field Summary |
protected java.lang.Integer |
displayOrder
The display order. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
displayOrder
protected java.lang.Integer displayOrder
- The display order.
CategoryProductImpl
public CategoryProductImpl()
getCategoryProductXref
public CategoryProductImpl.CategoryProductXrefPk getCategoryProductXref()
setCategoryProductXref
public void setCategoryProductXref(CategoryProductImpl.CategoryProductXrefPk categoryProductXref)
getDisplayOrder
public java.lang.Integer getDisplayOrder()
setDisplayOrder
public void setDisplayOrder(java.lang.Integer displayOrder)
Copyright © 2010. All Rights Reserved.