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

java.lang.Object
  extended by it.eng.spagobi.kpi.threshold.bo.Threshold
      extended by it.eng.spagobi.kpi.threshold.bo.ThresholdValue

public class ThresholdValue
extends Threshold


Constructor Summary
ThresholdValue()
           
 
Method Summary
 java.lang.String getColourString()
           
 java.lang.Integer getSeverityId()
           
 java.lang.Integer getThresholdId()
           
 void setColourString(java.lang.String colourString)
           
 void setSeverityId(java.lang.Integer severityId)
           
 void setThresholdId(java.lang.Integer thresholdId)
           
 
Methods inherited from class it.eng.spagobi.kpi.threshold.bo.Threshold
getColor, getId, getLabel, getMaxValue, getMinValue, getPosition, getSeverity, getThresholdCode, getThresholdDescription, getThresholdName, getThresholdTypeId, getType, setColor, setId, setLabel, setMaxValue, setMinValue, setPosition, setSeverity, setThresholdCode, setThresholdDescription, setThresholdName, setThresholdTypeId, setType
 
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

getSeverityId

public java.lang.Integer getSeverityId()

setSeverityId

public void setSeverityId(java.lang.Integer severityId)

getThresholdId

public java.lang.Integer getThresholdId()

setThresholdId

public void setThresholdId(java.lang.Integer thresholdId)

getColourString

public java.lang.String getColourString()

setColourString

public void setColourString(java.lang.String colourString)