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

java.lang.Object
  extended by it.eng.spagobi.kpi.threshold.bo.Threshold
Direct Known Subclasses:
ThresholdValue

public class Threshold
extends java.lang.Object


Constructor Summary
Threshold()
           
 
Method Summary
 java.awt.Color getColor()
           
 java.lang.Integer getId()
           
 java.lang.String getLabel()
           
 java.lang.Double getMaxValue()
           
 java.lang.Double getMinValue()
           
 java.lang.Integer getPosition()
           
 java.lang.String getSeverity()
           
 java.lang.String getThresholdCode()
           
 java.lang.String getThresholdDescription()
           
 java.lang.String getThresholdName()
           
 java.lang.Integer getThresholdTypeId()
           
 java.lang.String getType()
           
 void setColor(java.awt.Color color)
           
 void setId(java.lang.Integer id)
           
 void setLabel(java.lang.String label)
           
 void setMaxValue(java.lang.Double maxValue)
           
 void setMinValue(java.lang.Double minValue)
           
 void setPosition(java.lang.Integer position)
           
 void setSeverity(java.lang.String severity)
           
 void setThresholdCode(java.lang.String thresholdCode)
           
 void setThresholdDescription(java.lang.String thresholdDescription)
           
 void setThresholdName(java.lang.String thresholdName)
           
 void setThresholdTypeId(java.lang.Integer thresholdTypeId)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Threshold

public Threshold()
Method Detail

getThresholdTypeId

public java.lang.Integer getThresholdTypeId()

setThresholdTypeId

public void setThresholdTypeId(java.lang.Integer thresholdTypeId)

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

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)

getThresholdName

public java.lang.String getThresholdName()

setThresholdName

public void setThresholdName(java.lang.String thresholdName)

getThresholdDescription

public java.lang.String getThresholdDescription()

setThresholdDescription

public void setThresholdDescription(java.lang.String thresholdDescription)

getSeverity

public java.lang.String getSeverity()

setSeverity

public void setSeverity(java.lang.String severity)

getPosition

public java.lang.Integer getPosition()

setPosition

public void setPosition(java.lang.Integer position)

getThresholdCode

public java.lang.String getThresholdCode()

setThresholdCode

public void setThresholdCode(java.lang.String thresholdCode)