public class ParentCategoryByProduct extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
parent |
protected Long |
product |
| Constructor and Description |
|---|
ParentCategoryByProduct(Long parent,
Long product) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getParent() |
Long |
getProduct() |
void |
setParent(Long parent) |
void |
setProduct(Long product) |
Copyright © 2016. All rights reserved.