Adempiere 3.5.2a

org.compiere.model
Interface I_PA_MeasureCalc

All Known Implementing Classes:
MMeasureCalc, X_PA_MeasureCalc

public interface I_PA_MeasureCalc

Generated Interface for PA_MeasureCalc

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_Table_ID
          Column name AD_Table_ID
static String COLUMNNAME_BPartnerColumn
          Column name BPartnerColumn
static String COLUMNNAME_DateColumn
          Column name DateColumn
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EntityType
          Column name EntityType
static String COLUMNNAME_KeyColumn
          Column name KeyColumn
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_OrgColumn
          Column name OrgColumn
static String COLUMNNAME_PA_MeasureCalc_ID
          Column name PA_MeasureCalc_ID
static String COLUMNNAME_ProductColumn
          Column name ProductColumn
static String COLUMNNAME_SelectClause
          Column name SelectClause
static String COLUMNNAME_WhereClause
          Column name WhereClause
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=442
static String Table_Name
          TableName=PA_MeasureCalc
 
Method Summary
 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.
 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.
 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.
 

Field Detail

Table_Name

static final String Table_Name
TableName=PA_MeasureCalc

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=442


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_Table_ID

static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID

See Also:
Constant Field Values

COLUMNNAME_BPartnerColumn

static final String COLUMNNAME_BPartnerColumn
Column name BPartnerColumn

See Also:
Constant Field Values

COLUMNNAME_DateColumn

static final String COLUMNNAME_DateColumn
Column name DateColumn

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_EntityType

static final String COLUMNNAME_EntityType
Column name EntityType

See Also:
Constant Field Values

COLUMNNAME_KeyColumn

static final String COLUMNNAME_KeyColumn
Column name KeyColumn

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_OrgColumn

static final String COLUMNNAME_OrgColumn
Column name OrgColumn

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_ProductColumn

static final String COLUMNNAME_ProductColumn
Column name ProductColumn

See Also:
Constant Field Values

COLUMNNAME_SelectClause

static final String COLUMNNAME_SelectClause
Column name SelectClause

See Also:
Constant Field Values

COLUMNNAME_WhereClause

static final String COLUMNNAME_WhereClause
Column name WhereClause

See Also:
Constant Field Values
Method Detail

setAD_Table_ID

void setAD_Table_ID(int AD_Table_ID)
Set Table. Database Table information


getAD_Table_ID

int getAD_Table_ID()
Get Table. Database Table information


getAD_Table

I_AD_Table getAD_Table()
                       throws Exception
Throws:
Exception

setBPartnerColumn

void setBPartnerColumn(String BPartnerColumn)
Set B.Partner Column. Fully qualified Business Partner key column (C_BPartner_ID)


getBPartnerColumn

String getBPartnerColumn()
Get B.Partner Column. Fully qualified Business Partner key column (C_BPartner_ID)


setDateColumn

void setDateColumn(String DateColumn)
Set Date Column. Fully qualified date column


getDateColumn

String getDateColumn()
Get Date Column. Fully qualified date column


setDescription

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


getDescription

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


setEntityType

void setEntityType(String EntityType)
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization


getEntityType

String getEntityType()
Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization


setKeyColumn

void setKeyColumn(String KeyColumn)
Set Key Column. Key Column for Table


getKeyColumn

String getKeyColumn()
Get Key Column. Key Column for Table


setName

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


getName

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


setOrgColumn

void setOrgColumn(String OrgColumn)
Set Org Column. Fully qualified Organization column (AD_Org_ID)


getOrgColumn

String getOrgColumn()
Get Org Column. Fully qualified Organization column (AD_Org_ID)


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


setProductColumn

void setProductColumn(String ProductColumn)
Set Product Column. Fully qualified Product column (M_Product_ID)


getProductColumn

String getProductColumn()
Get Product Column. Fully qualified Product column (M_Product_ID)


setSelectClause

void setSelectClause(String SelectClause)
Set Sql SELECT. SQL SELECT clause


getSelectClause

String getSelectClause()
Get Sql SELECT. SQL SELECT clause


setWhereClause

void setWhereClause(String WhereClause)
Set Sql WHERE. Fully qualified SQL WHERE clause


getWhereClause

String getWhereClause()
Get Sql WHERE. Fully qualified SQL WHERE clause


Adempiere 3.5.2a

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