|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CategoryProductXref
Implementations of this interface are used to hold data about the many-to-many relationship between
the Category table and the Product table. This entity is only used for executing a named
query.
You should implement this class if you want to make significant changes to the
relationship between Category and Product. If you just want to add additional fields
then you should extend CategoryProductXrefImpl.
CategoryProductXrefImpl},{@link Category}, {@link Product}| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||