public class ParentCategoryByCategory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
child |
protected Long |
defaultParent |
protected Long |
parent |
| Constructor and Description |
|---|
ParentCategoryByCategory(Long parent,
Long defaultParent,
Long child) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getChild() |
Long |
getDefaultParent() |
Long |
getParent() |
void |
setChild(Long child) |
void |
setDefaultParent(Long defaultParent) |
void |
setParent(Long parent) |
Copyright © 2017. All rights reserved.