it.eng.spagobi.kpi.threshold.bo
Class ThresholdValue

java.lang.Object
  extended by 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

Constructor Summary
ThresholdValue()
           
 
Method Summary
 java.util.List getAlarms()
           
 java.awt.Color getColor()
           
 java.lang.String getColourString()
           
 java.lang.Integer getId()
           
 java.lang.String getLabel()
           
 java.lang.Boolean getMaxClosed()
           
 java.lang.Double getMaxValue()
           
 java.lang.Boolean getMinClosed()
           
 java.lang.Double getMinValue()
           
 java.lang.Integer getPosition()
           
 java.lang.String getSeverityCd()
           
 java.lang.Integer getSeverityId()
           
 java.lang.String getThresholdCode()
           
 java.lang.Integer getThresholdId()
           
 java.lang.String getThresholdType()
           
 java.lang.Double getValue()
           
 void setAlarms(java.util.List alarms)
           
 void setColor(java.awt.Color _color)
           
 void setColourString(java.lang.String colourString)
           
 void setId(java.lang.Integer id)
           
 void setLabel(java.lang.String label)
           
 void setMaxClosed(java.lang.Boolean maxClosed)
           
 void setMaxValue(java.lang.Double maxValue)
           
 void setMinClosed(java.lang.Boolean minClosed)
           
 void setMinValue(java.lang.Double minValue)
           
 void setPosition(java.lang.Integer position)
           
 void setSeverityCd(java.lang.String severityCd)
           
 void setSeverityId(java.lang.Integer severityId)
           
 void setThresholdCode(java.lang.String thresholdCode)
           
 void setThresholdId(java.lang.Integer thresholdId)
           
 void setThresholdType(java.lang.String thresholdType)
           
 void setValue(java.lang.Double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThresholdValue

public ThresholdValue()
Method Detail

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)

getColor

public java.awt.Color getColor()

setColor

public void setColor(java.awt.Color _color)

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)

getSeverityCd

public java.lang.String getSeverityCd()

setSeverityCd

public void setSeverityCd(java.lang.String severityCd)