org.apache.hadoop.chukwa.rest.bean
Class CatalogBean

java.lang.Object
  extended by org.apache.hadoop.chukwa.rest.bean.CatalogBean

public class CatalogBean
extends Object


Constructor Summary
CatalogBean()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogBean

public CatalogBean()
Method Detail

getType

public String getType()

getId

public String getId()

getLabel

public String getLabel()

getChildren

public List<CatalogBean> getChildren()

setType

public void setType(String type)

setId

public void setId(String id)

setLabel

public void setLabel(String label)

setChildren

public void setChildren(List<CatalogBean> children)

addCatalog

public void addCatalog(WidgetBean widget)

addCategory

public List<CatalogBean> addCategory(List<CatalogBean> tracker,
                                     String id,
                                     String label)


Copyright © ${year} The Apache Software Foundation