Class X_PA_Measure

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_PA_Measure
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_PA_Measure, I_Persistent, Evaluatee
Direct Known Subclasses:
MMeasure

public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent
Generated Model for PA_Measure
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

  • Constructor Details

    • X_PA_Measure

      public X_PA_Measure(Properties ctx, int PA_Measure_ID, String trxName)
      Standard Constructor
    • X_PA_Measure

      public X_PA_Measure(Properties ctx, int PA_Measure_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_PA_Measure

      public X_PA_Measure(Properties ctx, String PA_Measure_UU, String trxName)
      Standard Constructor
    • X_PA_Measure

      public X_PA_Measure(Properties ctx, String PA_Measure_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_PA_Measure

      public X_PA_Measure(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      6 - System - Client
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      Meta data of PO
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • setCalculationClass

      public void setCalculationClass(String CalculationClass)
      Set Calculation Class.
      Specified by:
      setCalculationClass in interface I_PA_Measure
      Parameters:
      CalculationClass - Java Class for calculation, implementing Interface Measure
    • getCalculationClass

      public String getCalculationClass()
      Get Calculation Class.
      Specified by:
      getCalculationClass in interface I_PA_Measure
      Returns:
      Java Class for calculation, implementing Interface Measure
    • getC_ProjectType

      public I_C_ProjectType getC_ProjectType() throws RuntimeException
      Specified by:
      getC_ProjectType in interface I_PA_Measure
      Throws:
      RuntimeException
    • setC_ProjectType_ID

      public void setC_ProjectType_ID(int C_ProjectType_ID)
      Set Project Type.
      Specified by:
      setC_ProjectType_ID in interface I_PA_Measure
      Parameters:
      C_ProjectType_ID - Type of the project
    • getC_ProjectType_ID

      public int getC_ProjectType_ID()
      Get Project Type.
      Specified by:
      getC_ProjectType_ID in interface I_PA_Measure
      Returns:
      Type of the project
    • setDescription

      public void setDescription(String Description)
      Set Description.
      Specified by:
      setDescription in interface I_PA_Measure
      Parameters:
      Description - Optional short description of the record
    • getDescription

      public String getDescription()
      Get Description.
      Specified by:
      getDescription in interface I_PA_Measure
      Returns:
      Optional short description of the record
    • setManualActual

      public void setManualActual(BigDecimal ManualActual)
      Set Manual Actual.
      Specified by:
      setManualActual in interface I_PA_Measure
      Parameters:
      ManualActual - Manually entered actual value
    • getManualActual

      public BigDecimal getManualActual()
      Get Manual Actual.
      Specified by:
      getManualActual in interface I_PA_Measure
      Returns:
      Manually entered actual value
    • setManualNote

      public void setManualNote(String ManualNote)
      Set Note.
      Specified by:
      setManualNote in interface I_PA_Measure
      Parameters:
      ManualNote - Note for manual entry
    • getManualNote

      public String getManualNote()
      Get Note.
      Specified by:
      getManualNote in interface I_PA_Measure
      Returns:
      Note for manual entry
    • setMeasureDataType

      public void setMeasureDataType(String MeasureDataType)
      Set Measure Data Type.
      Specified by:
      setMeasureDataType in interface I_PA_Measure
      Parameters:
      MeasureDataType - Type of data - Status or in Time
    • getMeasureDataType

      public String getMeasureDataType()
      Get Measure Data Type.
      Specified by:
      getMeasureDataType in interface I_PA_Measure
      Returns:
      Type of data - Status or in Time
    • setMeasureType

      public void setMeasureType(String MeasureType)
      Set Measure Type.
      Specified by:
      setMeasureType in interface I_PA_Measure
      Parameters:
      MeasureType - Determines how the actual performance is derived
    • getMeasureType

      public String getMeasureType()
      Get Measure Type.
      Specified by:
      getMeasureType in interface I_PA_Measure
      Returns:
      Determines how the actual performance is derived
    • setName

      public void setName(String Name)
      Set Name.
      Specified by:
      setName in interface I_PA_Measure
      Parameters:
      Name - Alphanumeric identifier of the entity
    • getName

      public String getName()
      Get Name.
      Specified by:
      getName in interface I_PA_Measure
      Returns:
      Alphanumeric identifier of the entity
    • getKeyNamePair

      public KeyNamePair getKeyNamePair()
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair
    • getPA_Benchmark

      public I_PA_Benchmark getPA_Benchmark() throws RuntimeException
      Specified by:
      getPA_Benchmark in interface I_PA_Measure
      Throws:
      RuntimeException
    • setPA_Benchmark_ID

      public void setPA_Benchmark_ID(int PA_Benchmark_ID)
      Set Benchmark.
      Specified by:
      setPA_Benchmark_ID in interface I_PA_Measure
      Parameters:
      PA_Benchmark_ID - Performance Benchmark
    • getPA_Benchmark_ID

      public int getPA_Benchmark_ID()
      Get Benchmark.
      Specified by:
      getPA_Benchmark_ID in interface I_PA_Measure
      Returns:
      Performance Benchmark
    • getPA_Hierarchy

      public I_PA_Hierarchy getPA_Hierarchy() throws RuntimeException
      Specified by:
      getPA_Hierarchy in interface I_PA_Measure
      Throws:
      RuntimeException
    • setPA_Hierarchy_ID

      public void setPA_Hierarchy_ID(int PA_Hierarchy_ID)
      Set Reporting Hierarchy.
      Specified by:
      setPA_Hierarchy_ID in interface I_PA_Measure
      Parameters:
      PA_Hierarchy_ID - Optional Reporting Hierarchy - If not selected the default hierarchy trees are used.
    • getPA_Hierarchy_ID

      public int getPA_Hierarchy_ID()
      Get Reporting Hierarchy.
      Specified by:
      getPA_Hierarchy_ID in interface I_PA_Measure
      Returns:
      Optional Reporting Hierarchy - If not selected the default hierarchy trees are used.
    • getPA_MeasureCalc

      public I_PA_MeasureCalc getPA_MeasureCalc() throws RuntimeException
      Specified by:
      getPA_MeasureCalc in interface I_PA_Measure
      Throws:
      RuntimeException
    • setPA_MeasureCalc_ID

      public void setPA_MeasureCalc_ID(int PA_MeasureCalc_ID)
      Set Measure Calculation.
      Specified by:
      setPA_MeasureCalc_ID in interface I_PA_Measure
      Parameters:
      PA_MeasureCalc_ID - Calculation method for measuring performance
    • getPA_MeasureCalc_ID

      public int getPA_MeasureCalc_ID()
      Get Measure Calculation.
      Specified by:
      getPA_MeasureCalc_ID in interface I_PA_Measure
      Returns:
      Calculation method for measuring performance
    • setPA_Measure_ID

      public void setPA_Measure_ID(int PA_Measure_ID)
      Set Measure.
      Specified by:
      setPA_Measure_ID in interface I_PA_Measure
      Parameters:
      PA_Measure_ID - Concrete Performance Measurement
    • getPA_Measure_ID

      public int getPA_Measure_ID()
      Get Measure.
      Specified by:
      getPA_Measure_ID in interface I_PA_Measure
      Returns:
      Concrete Performance Measurement
    • setPA_Measure_UU

      public void setPA_Measure_UU(String PA_Measure_UU)
      Set PA_Measure_UU.
      Specified by:
      setPA_Measure_UU in interface I_PA_Measure
      Parameters:
      PA_Measure_UU - PA_Measure_UU
    • getPA_Measure_UU

      public String getPA_Measure_UU()
      Get PA_Measure_UU.
      Specified by:
      getPA_Measure_UU in interface I_PA_Measure
      Returns:
      PA_Measure_UU
    • getPA_Ratio

      public I_PA_Ratio getPA_Ratio() throws RuntimeException
      Specified by:
      getPA_Ratio in interface I_PA_Measure
      Throws:
      RuntimeException
    • setPA_Ratio_ID

      public void setPA_Ratio_ID(int PA_Ratio_ID)
      Set Ratio.
      Specified by:
      setPA_Ratio_ID in interface I_PA_Measure
      Parameters:
      PA_Ratio_ID - Performance Ratio
    • getPA_Ratio_ID

      public int getPA_Ratio_ID()
      Get Ratio.
      Specified by:
      getPA_Ratio_ID in interface I_PA_Measure
      Returns:
      Performance Ratio
    • getR_RequestType

      public I_R_RequestType getR_RequestType() throws RuntimeException
      Specified by:
      getR_RequestType in interface I_PA_Measure
      Throws:
      RuntimeException
    • setR_RequestType_ID

      public void setR_RequestType_ID(int R_RequestType_ID)
      Set Request Type.
      Specified by:
      setR_RequestType_ID in interface I_PA_Measure
      Parameters:
      R_RequestType_ID - Type of request (e.g. Inquiry, Complaint, ..)
    • getR_RequestType_ID

      public int getR_RequestType_ID()
      Get Request Type.
      Specified by:
      getR_RequestType_ID in interface I_PA_Measure
      Returns:
      Type of request (e.g. Inquiry, Complaint, ..)