org.broadleafcommerce.core.catalog.domain
Class CategoryProductImpl

java.lang.Object
  extended by org.broadleafcommerce.core.catalog.domain.CategoryProductImpl
All Implemented Interfaces:
java.io.Serializable

@Entity
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.Long displayOrder
          The display order.
 
Constructor Summary
CategoryProductImpl()
           
 
Method Summary
 CategoryProductImpl.CategoryProductXrefPk getCategoryProductXref()
           
 java.lang.Long getDisplayOrder()
           
 void setCategoryProductXref(CategoryProductImpl.CategoryProductXrefPk categoryProductXref)
           
 void setDisplayOrder(java.lang.Long 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.Long 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.Long getDisplayOrder()

setDisplayOrder

public void setDisplayOrder(java.lang.Long displayOrder)


Copyright © 2011. All Rights Reserved.