@Embeddable public class CategoryProductXrefPK extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Category |
category |
protected Product |
product
The product.
|
| Constructor and Description |
|---|
CategoryProductXrefPK() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Category |
getCategory() |
Product |
getProduct() |
int |
hashCode() |
void |
setCategory(Category category) |
void |
setProduct(Product product) |
Copyright © 2014. All Rights Reserved.