public interface CategoryProductXref extends Serializable
CategoryProductXrefImpl.CategoryProductXrefImpl},{@link Category}, {@link Product}| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory()
Gets the category.
|
Long |
getDisplayOrder()
Gets the display order.
|
Product |
getProduct()
Gets the product.
|
void |
setCategory(Category category)
Sets the category.
|
void |
setDisplayOrder(Long displayOrder)
Sets the display order.
|
void |
setProduct(Product product)
Sets the product.
|
Category getCategory()
void setCategory(Category category)
category - the new categoryProduct getProduct()
void setProduct(Product product)
product - the new productLong getDisplayOrder()
void setDisplayOrder(Long displayOrder)
displayOrder - the new display orderCopyright © 2014. All Rights Reserved.