Adempiere 3.5.2a

org.compiere.model
Interface I_PA_Measure

All Known Implementing Classes:
MMeasure, X_PA_Measure

public interface I_PA_Measure

Generated Interface for PA_Measure

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_C_ProjectType_ID
          Column name C_ProjectType_ID
static String COLUMNNAME_CalculationClass
          Column name CalculationClass
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_ManualActual
          Column name ManualActual
static String COLUMNNAME_ManualNote
          Column name ManualNote
static String COLUMNNAME_MeasureDataType
          Column name MeasureDataType
static String COLUMNNAME_MeasureType
          Column name MeasureType
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PA_Benchmark_ID
          Column name PA_Benchmark_ID
static String COLUMNNAME_PA_Hierarchy_ID
          Column name PA_Hierarchy_ID
static String COLUMNNAME_PA_Measure_ID
          Column name PA_Measure_ID
static String COLUMNNAME_PA_MeasureCalc_ID
          Column name PA_MeasureCalc_ID
static String COLUMNNAME_PA_Ratio_ID
          Column name PA_Ratio_ID
static String COLUMNNAME_R_RequestType_ID
          Column name R_RequestType_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=441
static String Table_Name
          TableName=PA_Measure
 
Method Summary
 int getC_ProjectType_ID()
          Get Project Type.
 I_C_ProjectType getC_ProjectType()
           
 String getCalculationClass()
          Get Calculation Class.
 String getDescription()
          Get Description.
 BigDecimal getManualActual()
          Get Manual Actual.
 String getManualNote()
          Get Note.
 String getMeasureDataType()
          Get Measure Data Type.
 String getMeasureType()
          Get Measure Type.
 String getName()
          Get Name.
 int getPA_Benchmark_ID()
          Get Benchmark.
 I_PA_Benchmark getPA_Benchmark()
           
 int getPA_Hierarchy_ID()
          Get Reporting Hierarchy.
 I_PA_Hierarchy getPA_Hierarchy()
           
 int getPA_Measure_ID()
          Get Measure.
 int getPA_MeasureCalc_ID()
          Get Measure Calculation.
 I_PA_MeasureCalc getPA_MeasureCalc()
           
 int getPA_Ratio_ID()
          Get Ratio.
 I_PA_Ratio getPA_Ratio()
           
 int getR_RequestType_ID()
          Get Request Type.
 I_R_RequestType getR_RequestType()
           
 void setC_ProjectType_ID(int C_ProjectType_ID)
          Set Project Type.
 void setCalculationClass(String CalculationClass)
          Set Calculation Class.
 void setDescription(String Description)
          Set Description.
 void setManualActual(BigDecimal ManualActual)
          Set Manual Actual.
 void setManualNote(String ManualNote)
          Set Note.
 void setMeasureDataType(String MeasureDataType)
          Set Measure Data Type.
 void setMeasureType(String MeasureType)
          Set Measure Type.
 void setName(String Name)
          Set Name.
 void setPA_Benchmark_ID(int PA_Benchmark_ID)
          Set Benchmark.
 void setPA_Hierarchy_ID(int PA_Hierarchy_ID)
          Set Reporting Hierarchy.
 void setPA_Measure_ID(int PA_Measure_ID)
          Set Measure.
 void setPA_MeasureCalc_ID(int PA_MeasureCalc_ID)
          Set Measure Calculation.
 void setPA_Ratio_ID(int PA_Ratio_ID)
          Set Ratio.
 void setR_RequestType_ID(int R_RequestType_ID)
          Set Request Type.
 

Field Detail

Table_Name

static final String Table_Name
TableName=PA_Measure

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=441


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_CalculationClass

static final String COLUMNNAME_CalculationClass
Column name CalculationClass

See Also:
Constant Field Values

COLUMNNAME_C_ProjectType_ID

static final String COLUMNNAME_C_ProjectType_ID
Column name C_ProjectType_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_ManualActual

static final String COLUMNNAME_ManualActual
Column name ManualActual

See Also:
Constant Field Values

COLUMNNAME_ManualNote

static final String COLUMNNAME_ManualNote
Column name ManualNote

See Also:
Constant Field Values

COLUMNNAME_MeasureDataType

static final String COLUMNNAME_MeasureDataType
Column name MeasureDataType

See Also:
Constant Field Values

COLUMNNAME_MeasureType

static final String COLUMNNAME_MeasureType
Column name MeasureType

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PA_Benchmark_ID

static final String COLUMNNAME_PA_Benchmark_ID
Column name PA_Benchmark_ID

See Also:
Constant Field Values

COLUMNNAME_PA_Hierarchy_ID

static final String COLUMNNAME_PA_Hierarchy_ID
Column name PA_Hierarchy_ID

See Also:
Constant Field Values

COLUMNNAME_PA_MeasureCalc_ID

static final String COLUMNNAME_PA_MeasureCalc_ID
Column name PA_MeasureCalc_ID

See Also:
Constant Field Values

COLUMNNAME_PA_Measure_ID

static final String COLUMNNAME_PA_Measure_ID
Column name PA_Measure_ID

See Also:
Constant Field Values

COLUMNNAME_PA_Ratio_ID

static final String COLUMNNAME_PA_Ratio_ID
Column name PA_Ratio_ID

See Also:
Constant Field Values

COLUMNNAME_R_RequestType_ID

static final String COLUMNNAME_R_RequestType_ID
Column name R_RequestType_ID

See Also:
Constant Field Values
Method Detail

setCalculationClass

void setCalculationClass(String CalculationClass)
Set Calculation Class. Java Class for calculation, implementing Interface Measure


getCalculationClass

String getCalculationClass()
Get Calculation Class. Java Class for calculation, implementing Interface Measure


setC_ProjectType_ID

void setC_ProjectType_ID(int C_ProjectType_ID)
Set Project Type. Type of the project


getC_ProjectType_ID

int getC_ProjectType_ID()
Get Project Type. Type of the project


getC_ProjectType

I_C_ProjectType getC_ProjectType()
                                 throws Exception
Throws:
Exception

setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setManualActual

void setManualActual(BigDecimal ManualActual)
Set Manual Actual. Manually entered actual value


getManualActual

BigDecimal getManualActual()
Get Manual Actual. Manually entered actual value


setManualNote

void setManualNote(String ManualNote)
Set Note. Note for manual entry


getManualNote

String getManualNote()
Get Note. Note for manual entry


setMeasureDataType

void setMeasureDataType(String MeasureDataType)
Set Measure Data Type. Type of data - Status or in Time


getMeasureDataType

String getMeasureDataType()
Get Measure Data Type. Type of data - Status or in Time


setMeasureType

void setMeasureType(String MeasureType)
Set Measure Type. Determines how the actual performance is derived


getMeasureType

String getMeasureType()
Get Measure Type. Determines how the actual performance is derived


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setPA_Benchmark_ID

void setPA_Benchmark_ID(int PA_Benchmark_ID)
Set Benchmark. Performance Benchmark


getPA_Benchmark_ID

int getPA_Benchmark_ID()
Get Benchmark. Performance Benchmark


getPA_Benchmark

I_PA_Benchmark getPA_Benchmark()
                               throws Exception
Throws:
Exception

setPA_Hierarchy_ID

void setPA_Hierarchy_ID(int PA_Hierarchy_ID)
Set Reporting Hierarchy. Optional Reporting Hierarchy - If not selected the default hierarchy trees are used.


getPA_Hierarchy_ID

int getPA_Hierarchy_ID()
Get Reporting Hierarchy. Optional Reporting Hierarchy - If not selected the default hierarchy trees are used.


getPA_Hierarchy

I_PA_Hierarchy getPA_Hierarchy()
                               throws Exception
Throws:
Exception

setPA_MeasureCalc_ID

void setPA_MeasureCalc_ID(int PA_MeasureCalc_ID)
Set Measure Calculation. Calculation method for measuring performance


getPA_MeasureCalc_ID

int getPA_MeasureCalc_ID()
Get Measure Calculation. Calculation method for measuring performance


getPA_MeasureCalc

I_PA_MeasureCalc getPA_MeasureCalc()
                                   throws Exception
Throws:
Exception

setPA_Measure_ID

void setPA_Measure_ID(int PA_Measure_ID)
Set Measure. Concrete Performance Measurement


getPA_Measure_ID

int getPA_Measure_ID()
Get Measure. Concrete Performance Measurement


setPA_Ratio_ID

void setPA_Ratio_ID(int PA_Ratio_ID)
Set Ratio. Performace Ratio


getPA_Ratio_ID

int getPA_Ratio_ID()
Get Ratio. Performace Ratio


getPA_Ratio

I_PA_Ratio getPA_Ratio()
                       throws Exception
Throws:
Exception

setR_RequestType_ID

void setR_RequestType_ID(int R_RequestType_ID)
Set Request Type. Type of request (e.g. Inquiry, Complaint, ..)


getR_RequestType_ID

int getR_RequestType_ID()
Get Request Type. Type of request (e.g. Inquiry, Complaint, ..)


getR_RequestType

I_R_RequestType getR_RequestType()
                                 throws Exception
Throws:
Exception

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.