|
||||||||||
| 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. |
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. |
| Method Detail |
|---|
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 order
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||