it.eng.spagobi.kpi.config.bo
Class Kpi

java.lang.Object
  extended by it.eng.spagobi.kpi.config.bo.Kpi
All Implemented Interfaces:
java.io.Serializable

public class Kpi
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Kpi()
           
 
Method Summary
 java.lang.String getCode()
           
 java.lang.String getComboBoxLabel(boolean trim)
           
 java.lang.String getDescription()
           
 java.lang.String getDocumentLabel()
           
 java.lang.String getInputAttribute()
           
 java.lang.String getInterpretation()
           
 java.lang.Boolean getIsParent()
           
 java.lang.Boolean getIsRoot()
           
 java.lang.Integer getKpiDsId()
           
 java.lang.Integer getKpiId()
           
 java.lang.String getKpiName()
           
 java.lang.Integer getKpiTypeId()
           
 java.lang.Integer getMeasureTypeId()
           
 java.lang.String getMetric()
           
 java.lang.Integer getMetricScaleId()
           
 java.lang.String getModelReference()
           
 java.lang.String getScaleCode()
           
 java.lang.String getScaleName()
           
 java.lang.Double getStandardWeight()
           
 java.lang.String getTargetAudience()
           
 Threshold getThreshold()
           
 void setCode(java.lang.String code)
           
 void setDescription(java.lang.String description)
           
 void setDocumentLabel(java.lang.String documentLabel)
           
 void setInputAttribute(java.lang.String inputAttribute)
           
 void setInterpretation(java.lang.String interpretation)
           
 void setIsParent(java.lang.Boolean isParent)
           
 void setIsRoot(java.lang.Boolean isRoot)
           
 void setKpiDsId(java.lang.Integer kpiDsId)
           
 void setKpiId(java.lang.Integer kpiId)
           
 void setKpiName(java.lang.String kpiName)
           
 void setKpiTypeId(java.lang.Integer kpiTypeId)
           
 void setMeasureTypeId(java.lang.Integer measureTypeId)
           
 void setMetric(java.lang.String metric)
           
 void setMetricScaleId(java.lang.Integer metricScaleId)
           
 void setModelReference(java.lang.String modelReference)
           
 void setScaleCode(java.lang.String scaleCode)
           
 void setScaleName(java.lang.String scaleName)
           
 void setStandardWeight(java.lang.Double standardWeight)
           
 void setTargetAudience(java.lang.String targetAudience)
           
 void setThreshold(Threshold threshold)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Kpi

public Kpi()
Method Detail

getKpiId

public java.lang.Integer getKpiId()

setKpiId

public void setKpiId(java.lang.Integer kpiId)

getKpiName

public java.lang.String getKpiName()

setKpiName

public void setKpiName(java.lang.String kpiName)

getDocumentLabel

public java.lang.String getDocumentLabel()

setDocumentLabel

public void setDocumentLabel(java.lang.String documentLabel)

getIsParent

public java.lang.Boolean getIsParent()

setIsParent

public void setIsParent(java.lang.Boolean isParent)

getStandardWeight

public java.lang.Double getStandardWeight()

setStandardWeight

public void setStandardWeight(java.lang.Double standardWeight)

getCode

public java.lang.String getCode()

setCode

public void setCode(java.lang.String code)

getMetric

public java.lang.String getMetric()

setMetric

public void setMetric(java.lang.String metric)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getScaleCode

public java.lang.String getScaleCode()

setScaleCode

public void setScaleCode(java.lang.String scaleCode)

getScaleName

public java.lang.String getScaleName()

setScaleName

public void setScaleName(java.lang.String scaleName)

getIsRoot

public java.lang.Boolean getIsRoot()

setIsRoot

public void setIsRoot(java.lang.Boolean isRoot)

getThreshold

public Threshold getThreshold()

setThreshold

public void setThreshold(Threshold threshold)

getInterpretation

public java.lang.String getInterpretation()

setInterpretation

public void setInterpretation(java.lang.String interpretation)

getInputAttribute

public java.lang.String getInputAttribute()

setInputAttribute

public void setInputAttribute(java.lang.String inputAttribute)

getModelReference

public java.lang.String getModelReference()

setModelReference

public void setModelReference(java.lang.String modelReference)

getTargetAudience

public java.lang.String getTargetAudience()

setTargetAudience

public void setTargetAudience(java.lang.String targetAudience)

getKpiTypeId

public java.lang.Integer getKpiTypeId()

setKpiTypeId

public void setKpiTypeId(java.lang.Integer kpiTypeId)

getMetricScaleId

public java.lang.Integer getMetricScaleId()

setMetricScaleId

public void setMetricScaleId(java.lang.Integer metricScaleId)

getMeasureTypeId

public java.lang.Integer getMeasureTypeId()

setMeasureTypeId

public void setMeasureTypeId(java.lang.Integer measureTypeId)

getComboBoxLabel

public java.lang.String getComboBoxLabel(boolean trim)

getKpiDsId

public java.lang.Integer getKpiDsId()

setKpiDsId

public void setKpiDsId(java.lang.Integer kpiDsId)