it.eng.spagobi.kpi.threshold.bo
Class ThresholdValue
java.lang.Object
it.eng.spagobi.kpi.threshold.bo.ThresholdValue
- All Implemented Interfaces:
- java.io.Serializable
public class ThresholdValue
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThresholdValue
public ThresholdValue()
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
getThresholdId
public java.lang.Integer getThresholdId()
setThresholdId
public void setThresholdId(java.lang.Integer thresholdId)
getSeverityId
public java.lang.Integer getSeverityId()
setSeverityId
public void setSeverityId(java.lang.Integer severityId)
getPosition
public java.lang.Integer getPosition()
setPosition
public void setPosition(java.lang.Integer position)
getMinValue
public java.lang.Double getMinValue()
setMinValue
public void setMinValue(java.lang.Double minValue)
getMaxValue
public java.lang.Double getMaxValue()
setMaxValue
public void setMaxValue(java.lang.Double maxValue)
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String label)
getColour
public java.awt.Color getColour()
setColour
public void setColour(java.awt.Color _colour)
getAlarms
public java.util.List getAlarms()
setAlarms
public void setAlarms(java.util.List alarms)
getColourString
public java.lang.String getColourString()
setColourString
public void setColourString(java.lang.String colourString)
getThresholdType
public java.lang.String getThresholdType()
setThresholdType
public void setThresholdType(java.lang.String thresholdType)
getThresholdCode
public java.lang.String getThresholdCode()
setThresholdCode
public void setThresholdCode(java.lang.String thresholdCode)
getMinClosed
public java.lang.Boolean getMinClosed()
setMinClosed
public void setMinClosed(java.lang.Boolean minClosed)
getMaxClosed
public java.lang.Boolean getMaxClosed()
setMaxClosed
public void setMaxClosed(java.lang.Boolean maxClosed)
getValue
public java.lang.Double getValue()
setValue
public void setValue(java.lang.Double value)