public class AccumulatedSingleGraphAO
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AccumulatedSingleGraphAO()
Default constructor.
|
AccumulatedSingleGraphAO(java.lang.String aName) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(AccumulatedValueAO valueBean) |
java.lang.String |
getColor() |
java.util.List<AccumulatedValueAO> |
getData() |
java.lang.String |
getName() |
java.lang.String |
getNameForJS() |
java.util.List<GuardConfig> |
getThreshold() |
org.json.JSONObject |
mapColorDataToJSON()
Maps accumulator's color and name to JSON object.
|
void |
setColor(java.lang.String color) |
void |
setData(java.util.List<AccumulatedValueAO> data) |
void |
setName(java.lang.String name) |
void |
setThreshold(java.util.List<GuardConfig> threshold) |
java.lang.String |
toString() |
public AccumulatedSingleGraphAO()
public AccumulatedSingleGraphAO(java.lang.String aName)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.util.List<AccumulatedValueAO> getData()
public void setData(java.util.List<AccumulatedValueAO> data)
public void add(AccumulatedValueAO valueBean)
public java.lang.String getNameForJS()
public java.lang.String getColor()
public void setColor(java.lang.String color)
public java.util.List<GuardConfig> getThreshold()
public void setThreshold(java.util.List<GuardConfig> threshold)
public org.json.JSONObject mapColorDataToJSON()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010-2020 anotheria.net. All Rights Reserved.