it.eng.spagobi.engines.kpi.bo
Class KpiLine
java.lang.Object
it.eng.spagobi.engines.kpi.bo.KpiLine
- All Implemented Interfaces:
- java.io.Serializable
public class KpiLine
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
KpiLine()
|
KpiLine(java.lang.String modelNodeName,
java.lang.Boolean alarm,
KpiValue value,
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.Boolean alarm,
KpiValue value,
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)
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)
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)