it.eng.spagobi.kpi.threshold.bo
Class ThresholdValue
java.lang.Object
it.eng.spagobi.kpi.threshold.bo.ThresholdValue
public class ThresholdValue
- extends java.lang.Object
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)