org.broadleafcommerce.catalog.domain
Class CategoryProductImpl

java.lang.Object
  extended by 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

Nested Class Summary
static class CategoryProductImpl.CategoryProductXrefPk
           
 
Field Summary
protected  java.lang.Integer displayOrder
          The display order.
 
Constructor Summary
CategoryProductImpl()
           
 
Method Summary
 CategoryProductImpl.CategoryProductXrefPk getCategoryProductXref()
           
 java.lang.Integer getDisplayOrder()
           
 void setCategoryProductXref(CategoryProductImpl.CategoryProductXrefPk categoryProductXref)
           
 void setDisplayOrder(java.lang.Integer displayOrder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayOrder

protected java.lang.Integer displayOrder
The display order.

Constructor Detail

CategoryProductImpl

public CategoryProductImpl()
Method Detail

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.