public static class CategoryProductXrefImpl.CategoryProductXrefPk extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Category |
category |
protected Product |
product
The product.
|
| Constructor and Description |
|---|
CategoryProductXrefImpl.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) |
public CategoryProductXrefImpl.CategoryProductXrefPk()
Copyright © 2014. All Rights Reserved.