@Entity public class CategoryProductXrefImpl extends Object implements CategoryProductXref
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.
Category}, {@link ProductImpl},
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
CategoryProductXrefImpl.CategoryProductXrefPk |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
displayOrder
The display order.
|
| Constructor and Description |
|---|
CategoryProductXrefImpl() |
| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory()
Gets the category.
|
CategoryProductXrefImpl.CategoryProductXrefPk |
getCategoryProductXref() |
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(Long displayOrder)
Sets the display order.
|
void |
setProduct(Product product)
Sets the product.
|
protected Long displayOrder
public CategoryProductXrefImpl.CategoryProductXrefPk getCategoryProductXref()
public void setCategoryProductXref(CategoryProductXrefImpl.CategoryProductXrefPk categoryProductXref)
public Long getDisplayOrder()
CategoryProductXrefgetDisplayOrder in interface CategoryProductXrefpublic void setDisplayOrder(Long displayOrder)
CategoryProductXrefsetDisplayOrder in interface CategoryProductXrefdisplayOrder - the new display orderpublic Category getCategory()
CategoryProductXrefgetCategory in interface CategoryProductXrefCategoryProductXrefImpl.CategoryProductXrefPk.getCategory()public void setCategory(Category category)
CategoryProductXrefsetCategory in interface CategoryProductXrefcategory - CategoryProductXrefImpl.CategoryProductXrefPk.setCategory(org.broadleafcommerce.core.catalog.domain.Category)public Product getProduct()
CategoryProductXrefgetProduct in interface CategoryProductXrefCategoryProductXrefImpl.CategoryProductXrefPk.getProduct()public void setProduct(Product product)
CategoryProductXrefsetProduct in interface CategoryProductXrefproduct - CategoryProductXrefImpl.CategoryProductXrefPk.setProduct(org.broadleafcommerce.core.catalog.domain.Product)Copyright © 2014. All Rights Reserved.