|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_PA_Measure
public class X_PA_Measure
Generated Model for PA_Measure
| 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 |
| 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 java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int MEASUREDATATYPE_AD_Reference_ID
public static final String MEASUREDATATYPE_QtyAmountInTime
public static final String MEASUREDATATYPE_StatusQtyAmount
public static final int MEASURETYPE_AD_Reference_ID
public static final String MEASURETYPE_Manual
public static final String MEASURETYPE_Calculated
public static final String MEASURETYPE_Achievements
public static final String MEASURETYPE_UserDefined
public static final String MEASURETYPE_Ratio
public static final String MEASURETYPE_Request
public static final String MEASURETYPE_Project
| Constructor Detail |
|---|
public X_PA_Measure(Properties ctx,
int PA_Measure_ID,
String trxName)
public X_PA_Measure(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setCalculationClass(String CalculationClass)
setCalculationClass in interface I_PA_MeasureCalculationClass - Java Class for calculation, implementing Interface Measurepublic String getCalculationClass()
getCalculationClass in interface I_PA_Measure
public I_C_ProjectType getC_ProjectType()
throws Exception
getC_ProjectType in interface I_PA_MeasureExceptionpublic void setC_ProjectType_ID(int C_ProjectType_ID)
setC_ProjectType_ID in interface I_PA_MeasureC_ProjectType_ID - Type of the projectpublic int getC_ProjectType_ID()
getC_ProjectType_ID in interface I_PA_Measurepublic void setDescription(String Description)
setDescription in interface I_PA_MeasureDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_PA_Measurepublic void setManualActual(BigDecimal ManualActual)
setManualActual in interface I_PA_MeasureManualActual - Manually entered actual valuepublic BigDecimal getManualActual()
getManualActual in interface I_PA_Measurepublic void setManualNote(String ManualNote)
setManualNote in interface I_PA_MeasureManualNote - Note for manual entrypublic String getManualNote()
getManualNote in interface I_PA_Measurepublic void setMeasureDataType(String MeasureDataType)
setMeasureDataType in interface I_PA_MeasureMeasureDataType - Type of data - Status or in Timepublic String getMeasureDataType()
getMeasureDataType in interface I_PA_Measurepublic void setMeasureType(String MeasureType)
setMeasureType in interface I_PA_MeasureMeasureType - Determines how the actual performance is derivedpublic String getMeasureType()
getMeasureType in interface I_PA_Measurepublic void setName(String Name)
setName in interface I_PA_MeasureName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_PA_Measurepublic KeyNamePair getKeyNamePair()
public I_PA_Benchmark getPA_Benchmark()
throws Exception
getPA_Benchmark in interface I_PA_MeasureExceptionpublic void setPA_Benchmark_ID(int PA_Benchmark_ID)
setPA_Benchmark_ID in interface I_PA_MeasurePA_Benchmark_ID - Performance Benchmarkpublic int getPA_Benchmark_ID()
getPA_Benchmark_ID in interface I_PA_Measure
public I_PA_Hierarchy getPA_Hierarchy()
throws Exception
getPA_Hierarchy in interface I_PA_MeasureExceptionpublic void setPA_Hierarchy_ID(int PA_Hierarchy_ID)
setPA_Hierarchy_ID in interface I_PA_MeasurePA_Hierarchy_ID - Optional Reporting Hierarchy - If not selected the default hierarchy trees are used.public int getPA_Hierarchy_ID()
getPA_Hierarchy_ID in interface I_PA_Measure
public I_PA_MeasureCalc getPA_MeasureCalc()
throws Exception
getPA_MeasureCalc in interface I_PA_MeasureExceptionpublic void setPA_MeasureCalc_ID(int PA_MeasureCalc_ID)
setPA_MeasureCalc_ID in interface I_PA_MeasurePA_MeasureCalc_ID - Calculation method for measuring performancepublic int getPA_MeasureCalc_ID()
getPA_MeasureCalc_ID in interface I_PA_Measurepublic void setPA_Measure_ID(int PA_Measure_ID)
setPA_Measure_ID in interface I_PA_MeasurePA_Measure_ID - Concrete Performance Measurementpublic int getPA_Measure_ID()
getPA_Measure_ID in interface I_PA_Measure
public I_PA_Ratio getPA_Ratio()
throws Exception
getPA_Ratio in interface I_PA_MeasureExceptionpublic void setPA_Ratio_ID(int PA_Ratio_ID)
setPA_Ratio_ID in interface I_PA_MeasurePA_Ratio_ID - Performace Ratiopublic int getPA_Ratio_ID()
getPA_Ratio_ID in interface I_PA_Measure
public I_R_RequestType getR_RequestType()
throws Exception
getR_RequestType in interface I_PA_MeasureExceptionpublic void setR_RequestType_ID(int R_RequestType_ID)
setR_RequestType_ID in interface I_PA_MeasureR_RequestType_ID - Type of request (e.g. Inquiry, Complaint, ..)public int getR_RequestType_ID()
getR_RequestType_ID in interface I_PA_Measure
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||