it.eng.spagobi.kpi.goal.metadata
Class SbiGoalKpi

java.lang.Object
  extended by it.eng.spagobi.commons.metadata.SbiHibernateModel
      extended by it.eng.spagobi.kpi.goal.metadata.SbiGoalKpi
All Implemented Interfaces:
java.io.Serializable

public class SbiGoalKpi
extends SbiHibernateModel

SbiGoalKpi generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiGoalKpi()
           
SbiGoalKpi(int goalKpiId, SbiGoalHierarchy sbiGoalHierarchy, int kpiInstanceId, double weight1, double weight2, double threshold1, double threshold2, int threshold1sign, int threshold2sign)
           
 
Method Summary
 int getGoalKpiId()
           
 int getKpiInstanceId()
           
 SbiGoalHierarchy getSbiGoalHierarchy()
           
 double getThreshold1()
           
 int getThreshold1sign()
           
 double getThreshold2()
           
 int getThreshold2sign()
           
 double getWeight1()
           
 double getWeight2()
           
 void setGoalKpiId(int goalKpiId)
           
 void setKpiInstanceId(int kpiInstanceId)
           
 void setSbiGoalHierarchy(SbiGoalHierarchy sbiGoalHierarchy)
           
 void setThreshold1(double threshold1)
           
 void setThreshold1sign(int threshold1sign)
           
 void setThreshold2(double threshold2)
           
 void setThreshold2sign(int threshold2sign)
           
 void setWeight1(double weight1)
           
 void setWeight2(double weight2)
           
 
Methods inherited from class it.eng.spagobi.commons.metadata.SbiHibernateModel
getCommonInfo, setCommonInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiGoalKpi

public SbiGoalKpi()

SbiGoalKpi

public SbiGoalKpi(int goalKpiId,
                  SbiGoalHierarchy sbiGoalHierarchy,
                  int kpiInstanceId,
                  double weight1,
                  double weight2,
                  double threshold1,
                  double threshold2,
                  int threshold1sign,
                  int threshold2sign)
Method Detail

getGoalKpiId

public int getGoalKpiId()

setGoalKpiId

public void setGoalKpiId(int goalKpiId)

getSbiGoalHierarchy

public SbiGoalHierarchy getSbiGoalHierarchy()

setSbiGoalHierarchy

public void setSbiGoalHierarchy(SbiGoalHierarchy sbiGoalHierarchy)

getKpiInstanceId

public int getKpiInstanceId()

setKpiInstanceId

public void setKpiInstanceId(int kpiInstanceId)

getWeight1

public double getWeight1()

setWeight1

public void setWeight1(double weight1)

getWeight2

public double getWeight2()

setWeight2

public void setWeight2(double weight2)

getThreshold1

public double getThreshold1()

setThreshold1

public void setThreshold1(double threshold1)

getThreshold2

public double getThreshold2()

setThreshold2

public void setThreshold2(double threshold2)

getThreshold1sign

public int getThreshold1sign()

setThreshold1sign

public void setThreshold1sign(int threshold1sign)

getThreshold2sign

public int getThreshold2sign()

setThreshold2sign

public void setThreshold2sign(int threshold2sign)