public class CatalogBean extends Object
Constructor and Description |
---|
CatalogBean() |
Modifier and Type | Method and Description |
---|---|
void |
addCatalog(WidgetBean widget) |
List<CatalogBean> |
addCategory(List<CatalogBean> tracker,
String id,
String label) |
List<CatalogBean> |
getChildren() |
String |
getId() |
String |
getLabel() |
String |
getType() |
void |
setChildren(List<CatalogBean> children) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setType(String type) |
public String getType()
public String getId()
public String getLabel()
public List<CatalogBean> getChildren()
public void setType(String type)
public void setId(String id)
public void setLabel(String label)
public void setChildren(List<CatalogBean> children)
public void addCatalog(WidgetBean widget)
public List<CatalogBean> addCategory(List<CatalogBean> tracker, String id, String label)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.