|
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_MeasureCalc
public class X_PA_MeasureCalc
Generated Model for PA_MeasureCalc
| Field Summary | |
|---|---|
static int |
ENTITYTYPE_AD_Reference_ID
EntityType AD_Reference_ID=389 |
| 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_MeasureCalc |
|---|
accessLevel, COLUMNNAME_AD_Table_ID, COLUMNNAME_BPartnerColumn, COLUMNNAME_DateColumn, COLUMNNAME_Description, COLUMNNAME_EntityType, COLUMNNAME_KeyColumn, COLUMNNAME_Name, COLUMNNAME_OrgColumn, COLUMNNAME_PA_MeasureCalc_ID, COLUMNNAME_ProductColumn, COLUMNNAME_SelectClause, COLUMNNAME_WhereClause, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_PA_MeasureCalc(Properties ctx,
int PA_MeasureCalc_ID,
String trxName)
Standard Constructor |
|
X_PA_MeasureCalc(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Table_ID()
Get Table. |
I_AD_Table |
getAD_Table()
|
String |
getBPartnerColumn()
Get B.Partner Column. |
String |
getDateColumn()
Get Date Column. |
String |
getDescription()
Get Description. |
String |
getEntityType()
Get Entity Type. |
String |
getKeyColumn()
Get Key Column. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getOrgColumn()
Get Org Column. |
int |
getPA_MeasureCalc_ID()
Get Measure Calculation. |
String |
getProductColumn()
Get Product Column. |
String |
getSelectClause()
Get Sql SELECT. |
String |
getWhereClause()
Get Sql WHERE. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setAD_Table_ID(int AD_Table_ID)
Set Table. |
void |
setBPartnerColumn(String BPartnerColumn)
Set B.Partner Column. |
void |
setDateColumn(String DateColumn)
Set Date Column. |
void |
setDescription(String Description)
Set Description. |
void |
setEntityType(String EntityType)
Set Entity Type. |
void |
setKeyColumn(String KeyColumn)
Set Key Column. |
void |
setName(String Name)
Set Name. |
void |
setOrgColumn(String OrgColumn)
Set Org Column. |
void |
setPA_MeasureCalc_ID(int PA_MeasureCalc_ID)
Set Measure Calculation. |
void |
setProductColumn(String ProductColumn)
Set Product Column. |
void |
setSelectClause(String SelectClause)
Set Sql SELECT. |
void |
setWhereClause(String WhereClause)
Set Sql WHERE. |
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 ENTITYTYPE_AD_Reference_ID
| Constructor Detail |
|---|
public X_PA_MeasureCalc(Properties ctx,
int PA_MeasureCalc_ID,
String trxName)
public X_PA_MeasureCalc(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 PO
public I_AD_Table getAD_Table()
throws Exception
getAD_Table in interface I_PA_MeasureCalcExceptionpublic void setAD_Table_ID(int AD_Table_ID)
setAD_Table_ID in interface I_PA_MeasureCalcAD_Table_ID - Database Table informationpublic int getAD_Table_ID()
getAD_Table_ID in interface I_PA_MeasureCalcpublic void setBPartnerColumn(String BPartnerColumn)
setBPartnerColumn in interface I_PA_MeasureCalcBPartnerColumn - Fully qualified Business Partner key column (C_BPartner_ID)public String getBPartnerColumn()
getBPartnerColumn in interface I_PA_MeasureCalcpublic void setDateColumn(String DateColumn)
setDateColumn in interface I_PA_MeasureCalcDateColumn - Fully qualified date columnpublic String getDateColumn()
getDateColumn in interface I_PA_MeasureCalcpublic void setDescription(String Description)
setDescription in interface I_PA_MeasureCalcDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_PA_MeasureCalcpublic void setEntityType(String EntityType)
setEntityType in interface I_PA_MeasureCalcEntityType - Dictionary Entity Type; Determines ownership and synchronizationpublic String getEntityType()
getEntityType in interface I_PA_MeasureCalcpublic void setKeyColumn(String KeyColumn)
setKeyColumn in interface I_PA_MeasureCalcKeyColumn - Key Column for Tablepublic String getKeyColumn()
getKeyColumn in interface I_PA_MeasureCalcpublic void setName(String Name)
setName in interface I_PA_MeasureCalcName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_PA_MeasureCalcpublic KeyNamePair getKeyNamePair()
public void setOrgColumn(String OrgColumn)
setOrgColumn in interface I_PA_MeasureCalcOrgColumn - Fully qualified Organization column (AD_Org_ID)public String getOrgColumn()
getOrgColumn in interface I_PA_MeasureCalcpublic void setPA_MeasureCalc_ID(int PA_MeasureCalc_ID)
setPA_MeasureCalc_ID in interface I_PA_MeasureCalcPA_MeasureCalc_ID - Calculation method for measuring performancepublic int getPA_MeasureCalc_ID()
getPA_MeasureCalc_ID in interface I_PA_MeasureCalcpublic void setProductColumn(String ProductColumn)
setProductColumn in interface I_PA_MeasureCalcProductColumn - Fully qualified Product column (M_Product_ID)public String getProductColumn()
getProductColumn in interface I_PA_MeasureCalcpublic void setSelectClause(String SelectClause)
setSelectClause in interface I_PA_MeasureCalcSelectClause - SQL SELECT clausepublic String getSelectClause()
getSelectClause in interface I_PA_MeasureCalcpublic void setWhereClause(String WhereClause)
setWhereClause in interface I_PA_MeasureCalcWhereClause - Fully qualified SQL WHERE clausepublic String getWhereClause()
getWhereClause in interface I_PA_MeasureCalc
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||