it.eng.spagobi.engines.kpi.bo
Class KpiLine
java.lang.Object
it.eng.spagobi.engines.kpi.bo.KpiLine
public class KpiLine
- extends java.lang.Object
Constructor Summary |
KpiLine()
|
KpiLine(java.lang.String modelNodeName,
java.lang.String arrayJs,
java.lang.Boolean alarm,
KpiValue value,
java.awt.Color semaphorColor,
ChartImpl chartBullet,
java.util.List children,
java.util.List documents,
java.lang.Integer modelInstanceNodeId,
java.lang.String modelInstanceCode,
ThresholdValue thresholdOfValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KpiLine
public KpiLine()
KpiLine
public KpiLine(java.lang.String modelNodeName,
java.lang.String arrayJs,
java.lang.Boolean alarm,
KpiValue value,
java.awt.Color semaphorColor,
ChartImpl chartBullet,
java.util.List children,
java.util.List documents,
java.lang.Integer modelInstanceNodeId,
java.lang.String modelInstanceCode,
ThresholdValue thresholdOfValue)
getModelNodeName
public java.lang.String getModelNodeName()
setModelNodeName
public void setModelNodeName(java.lang.String modelNodeName)
getAlarm
public java.lang.Boolean getAlarm()
setAlarm
public void setAlarm(java.lang.Boolean alarm)
getValue
public KpiValue getValue()
setValue
public void setValue(KpiValue value)
getSemaphorColor
public java.awt.Color getSemaphorColor()
setSemaphorColor
public void setSemaphorColor(java.awt.Color semaphorColor)
getChartBullet
public ChartImpl getChartBullet()
setChartBullet
public void setChartBullet(ChartImpl chartBullet)
getChildren
public java.util.List getChildren()
setChildren
public void setChildren(java.util.List children)
getDocuments
public java.util.List getDocuments()
setDocuments
public void setDocuments(java.util.List documents)
getThresholdsJsArray
public java.lang.String getThresholdsJsArray()
setThresholdsJsArray
public void setThresholdsJsArray(java.lang.String thresholdsJsArray)
getModelInstanceNodeId
public java.lang.Integer getModelInstanceNodeId()
setModelInstanceNodeId
public void setModelInstanceNodeId(java.lang.Integer modelInstanceNodeId)
getModelInstanceCode
public java.lang.String getModelInstanceCode()
setModelInstanceCode
public void setModelInstanceCode(java.lang.String modelInstanceCode)
getThresholdOfValue
public ThresholdValue getThresholdOfValue()
setThresholdOfValue
public void setThresholdOfValue(ThresholdValue thresholdOfValue)
compareTo
public int compareTo(KpiLine l)