public interface CategoryProductXref extends Serializable
CategoryProductXrefImpl.CategoryProductXrefImpl},{@link Category}, {@link Product}| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory()
Gets the category.
|
BigDecimal |
getDisplayOrder()
Gets the display order.
|
Long |
getId() |
Product |
getProduct()
Gets the product.
|
void |
setCategory(Category category)
Sets the category.
|
void |
setDisplayOrder(BigDecimal displayOrder)
Sets the display order.
|
void |
setId(Long id) |
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 productBigDecimal getDisplayOrder()
void setDisplayOrder(BigDecimal displayOrder)
displayOrder - the new display ordervoid setId(Long id)
Long getId()
Copyright © 2015. All Rights Reserved.