Adempiere 3.5.2a

org.compiere.model
Class X_PA_Measure

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_PA_Measure
All Implemented Interfaces:
Serializable, Comparator, 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 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
static int MEASUREDATATYPE_AD_Reference_ID
          MeasureDataType AD_Reference_ID=369
static String MEASUREDATATYPE_QtyAmountInTime
          Qty/Amount in Time = T
static String MEASUREDATATYPE_StatusQtyAmount
          Status Qty/Amount = S
static String MEASURETYPE_Achievements
          Achievements = A
static int MEASURETYPE_AD_Reference_ID
          MeasureType AD_Reference_ID=231
static String MEASURETYPE_Calculated
          Calculated = C
static String MEASURETYPE_Manual
          Manual = M
static String MEASURETYPE_Project
          Project = P
static String MEASURETYPE_Ratio
          Ratio = R
static String MEASURETYPE_Request
          Request = Q
static String MEASURETYPE_UserDefined
          User defined = U
 
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Fields inherited from interface org.compiere.model.I_PA_Measure
accessLevel, COLUMNNAME_C_ProjectType_ID, COLUMNNAME_CalculationClass, COLUMNNAME_Description, COLUMNNAME_ManualActual, COLUMNNAME_ManualNote, COLUMNNAME_MeasureDataType, COLUMNNAME_MeasureType, COLUMNNAME_Name, COLUMNNAME_PA_Benchmark_ID, COLUMNNAME_PA_Hierarchy_ID, COLUMNNAME_PA_Measure_ID, COLUMNNAME_PA_MeasureCalc_ID, COLUMNNAME_PA_Ratio_ID, COLUMNNAME_R_RequestType_ID, Model, Table_ID, Table_Name
 
Constructor Summary
X_PA_Measure(Properties ctx, int PA_Measure_ID, String trxName)
          Standard Constructor
X_PA_Measure(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 int getC_ProjectType_ID()
          Get Project Type.
 I_C_ProjectType getC_ProjectType()
           
 String getCalculationClass()
          Get Calculation Class.
 String getDescription()
          Get Description.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 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()
           
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 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.
 String toString()
          String representation
 
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.compiere.model.I_Persistent
save
 

Field Detail

MEASUREDATATYPE_AD_Reference_ID

public static final int MEASUREDATATYPE_AD_Reference_ID
MeasureDataType AD_Reference_ID=369

See Also:
Constant Field Values

MEASUREDATATYPE_QtyAmountInTime

public static final String MEASUREDATATYPE_QtyAmountInTime
Qty/Amount in Time = T

See Also:
Constant Field Values

MEASUREDATATYPE_StatusQtyAmount

public static final String MEASUREDATATYPE_StatusQtyAmount
Status Qty/Amount = S

See Also:
Constant Field Values

MEASURETYPE_AD_Reference_ID

public static final int MEASURETYPE_AD_Reference_ID
MeasureType AD_Reference_ID=231

See Also:
Constant Field Values

MEASURETYPE_Manual

public static final String MEASURETYPE_Manual
Manual = M

See Also:
Constant Field Values

MEASURETYPE_Calculated

public static final String MEASURETYPE_Calculated
Calculated = C

See Also:
Constant Field Values

MEASURETYPE_Achievements

public static final String MEASURETYPE_Achievements
Achievements = A

See Also:
Constant Field Values

MEASURETYPE_UserDefined

public static final String MEASURETYPE_UserDefined
User defined = U

See Also:
Constant Field Values

MEASURETYPE_Ratio

public static final String MEASURETYPE_Ratio
Ratio = R

See Also:
Constant Field Values

MEASURETYPE_Request

public static final String MEASURETYPE_Request
Request = Q

See Also:
Constant Field Values

MEASURETYPE_Project

public static final String MEASURETYPE_Project
Project = P

See Also:
Constant Field Values
Constructor Detail

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,
                    ResultSet rs,
                    String trxName)
Load Constructor

Method Detail

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:
POInfo

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 Exception
Specified by:
getC_ProjectType in interface I_PA_Measure
Throws:
Exception

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 Exception
Specified by:
getPA_Benchmark in interface I_PA_Measure
Throws:
Exception

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 Exception
Specified by:
getPA_Hierarchy in interface I_PA_Measure
Throws:
Exception

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 Exception
Specified by:
getPA_MeasureCalc in interface I_PA_Measure
Throws:
Exception

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

getPA_Ratio

public I_PA_Ratio getPA_Ratio()
                       throws Exception
Specified by:
getPA_Ratio in interface I_PA_Measure
Throws:
Exception

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 - Performace Ratio

getPA_Ratio_ID

public int getPA_Ratio_ID()
Get Ratio.

Specified by:
getPA_Ratio_ID in interface I_PA_Measure
Returns:
Performace Ratio

getR_RequestType

public I_R_RequestType getR_RequestType()
                                 throws Exception
Specified by:
getR_RequestType in interface I_PA_Measure
Throws:
Exception

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, ..)

Adempiere 3.5.2a

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