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

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

public class ColumnBean
extends Object


Constructor Summary
ColumnBean()
           
ColumnBean(org.json.JSONArray json)
           
 
Method Summary
 org.json.JSONArray deserialize()
           
 WidgetBean[] getWidgets()
           
 void setWidgets(WidgetBean[] ws)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnBean

public ColumnBean()

ColumnBean

public ColumnBean(org.json.JSONArray json)
           throws ParseException
Throws:
ParseException
Method Detail

getWidgets

public WidgetBean[] getWidgets()

setWidgets

public void setWidgets(WidgetBean[] ws)

update

public void update()

deserialize

public org.json.JSONArray deserialize()


Copyright © ${year} The Apache Software Foundation