public class CategoryBean extends Object
Constructor and Description |
---|
CategoryBean() |
Modifier and Type | Method and Description |
---|---|
List<CategoryBean> |
getChildren() |
String |
getLabel() |
String |
getType() |
void |
setChildren(List<CategoryBean> children) |
void |
setLabel(String label) |
void |
setType(String type) |
public String getType()
public String getLabel()
public List<CategoryBean> getChildren()
public void setType(String type)
public void setLabel(String label)
public void setChildren(List<CategoryBean> children)
Copyright © 2016 Apache Software Foundation. All Rights Reserved.