|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.catalog.domain.CategoryProductXrefImpl
@Entity public class CategoryProductXrefImpl
The Class CategoryProductXrefImpl 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,
Category}, {@link ProductImpl},
Serialized Form| Nested Class Summary | |
|---|---|
static class |
CategoryProductXrefImpl.CategoryProductXrefPk
|
| Field Summary | |
|---|---|
protected java.lang.Long |
displayOrder
The display order. |
| Constructor Summary | |
|---|---|
CategoryProductXrefImpl()
|
|
| Method Summary | |
|---|---|
Category |
getCategory()
Gets the category. |
CategoryProductXrefImpl.CategoryProductXrefPk |
getCategoryProductXref()
|
java.lang.Long |
getDisplayOrder()
Gets the display order. |
Product |
getProduct()
Gets the product. |
void |
setCategory(Category category)
Sets the category. |
void |
setCategoryProductXref(CategoryProductXrefImpl.CategoryProductXrefPk categoryProductXref)
|
void |
setDisplayOrder(java.lang.Long displayOrder)
Sets the display order. |
void |
setProduct(Product product)
Sets the product. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Long displayOrder
| Constructor Detail |
|---|
public CategoryProductXrefImpl()
| Method Detail |
|---|
public CategoryProductXrefImpl.CategoryProductXrefPk getCategoryProductXref()
public void setCategoryProductXref(CategoryProductXrefImpl.CategoryProductXrefPk categoryProductXref)
public java.lang.Long getDisplayOrder()
CategoryProductXref
getDisplayOrder in interface CategoryProductXrefpublic void setDisplayOrder(java.lang.Long displayOrder)
CategoryProductXref
setDisplayOrder in interface CategoryProductXrefdisplayOrder - the new display orderpublic Category getCategory()
CategoryProductXref
getCategory in interface CategoryProductXrefCategoryProductXrefImpl.CategoryProductXrefPk.getCategory()public void setCategory(Category category)
CategoryProductXref
setCategory in interface CategoryProductXrefcategory - CategoryProductXrefImpl.CategoryProductXrefPk.setCategory(org.broadleafcommerce.core.catalog.domain.Category)public Product getProduct()
CategoryProductXref
getProduct in interface CategoryProductXrefCategoryProductXrefImpl.CategoryProductXrefPk.getProduct()public void setProduct(Product product)
CategoryProductXref
setProduct in interface CategoryProductXrefproduct - CategoryProductXrefImpl.CategoryProductXrefPk.setProduct(org.broadleafcommerce.core.catalog.domain.Product)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||