Adempiere 3.5.2a

org.compiere.model
Interface I_C_AcctSchema_Element

All Known Implementing Classes:
MAcctSchemaElement, X_C_AcctSchema_Element

public interface I_C_AcctSchema_Element

Generated Interface for C_AcctSchema_Element

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_AD_Column_ID
          Column name AD_Column_ID
static String COLUMNNAME_C_AcctSchema_Element_ID
          Column name C_AcctSchema_Element_ID
static String COLUMNNAME_C_AcctSchema_ID
          Column name C_AcctSchema_ID
static String COLUMNNAME_C_Activity_ID
          Column name C_Activity_ID
static String COLUMNNAME_C_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_C_Campaign_ID
          Column name C_Campaign_ID
static String COLUMNNAME_C_Element_ID
          Column name C_Element_ID
static String COLUMNNAME_C_ElementValue_ID
          Column name C_ElementValue_ID
static String COLUMNNAME_C_Location_ID
          Column name C_Location_ID
static String COLUMNNAME_C_Project_ID
          Column name C_Project_ID
static String COLUMNNAME_C_SalesRegion_ID
          Column name C_SalesRegion_ID
static String COLUMNNAME_ElementType
          Column name ElementType
static String COLUMNNAME_IsBalanced
          Column name IsBalanced
static String COLUMNNAME_IsMandatory
          Column name IsMandatory
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Org_ID
          Column name Org_ID
static String COLUMNNAME_SeqNo
          Column name SeqNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=279
static String Table_Name
          TableName=C_AcctSchema_Element
 
Method Summary
 int getAD_Column_ID()
          Get Column.
 I_AD_Column getAD_Column()
           
 int getC_AcctSchema_Element_ID()
          Get Acct.Schema Element
 int getC_AcctSchema_ID()
          Get Accounting Schema.
 I_C_AcctSchema getC_AcctSchema()
           
 int getC_Activity_ID()
          Get Activity.
 I_C_Activity getC_Activity()
           
 int getC_BPartner_ID()
          Get Business Partner .
 I_C_BPartner getC_BPartner()
           
 int getC_Campaign_ID()
          Get Campaign.
 I_C_Campaign getC_Campaign()
           
 int getC_Element_ID()
          Get Element.
 I_C_Element getC_Element()
           
 int getC_ElementValue_ID()
          Get Account Element.
 I_C_ElementValue getC_ElementValue()
           
 int getC_Location_ID()
          Get Address.
 int getC_Project_ID()
          Get Project.
 I_C_Project getC_Project()
           
 int getC_SalesRegion_ID()
          Get Sales Region.
 I_C_SalesRegion getC_SalesRegion()
           
 String getElementType()
          Get Type.
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 String getName()
          Get Name.
 int getOrg_ID()
          Get Organization.
 int getSeqNo()
          Get Sequence.
 boolean isBalanced()
          Get Balanced
 boolean isMandatory()
          Get Mandatory.
 void setAD_Column_ID(int AD_Column_ID)
          Set Column.
 void setC_AcctSchema_Element_ID(int C_AcctSchema_Element_ID)
          Set Acct.Schema Element
 void setC_AcctSchema_ID(int C_AcctSchema_ID)
          Set Accounting Schema.
 void setC_Activity_ID(int C_Activity_ID)
          Set Activity.
 void setC_BPartner_ID(int C_BPartner_ID)
          Set Business Partner .
 void setC_Campaign_ID(int C_Campaign_ID)
          Set Campaign.
 void setC_Element_ID(int C_Element_ID)
          Set Element.
 void setC_ElementValue_ID(int C_ElementValue_ID)
          Set Account Element.
 void setC_Location_ID(int C_Location_ID)
          Set Address.
 void setC_Project_ID(int C_Project_ID)
          Set Project.
 void setC_SalesRegion_ID(int C_SalesRegion_ID)
          Set Sales Region.
 void setElementType(String ElementType)
          Set Type.
 void setIsBalanced(boolean IsBalanced)
          Set Balanced
 void setIsMandatory(boolean IsMandatory)
          Set Mandatory.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setName(String Name)
          Set Name.
 void setOrg_ID(int Org_ID)
          Set Organization.
 void setSeqNo(int SeqNo)
          Set Sequence.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_AcctSchema_Element

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=279


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_AD_Column_ID

static final String COLUMNNAME_AD_Column_ID
Column name AD_Column_ID

See Also:
Constant Field Values

COLUMNNAME_C_AcctSchema_Element_ID

static final String COLUMNNAME_C_AcctSchema_Element_ID
Column name C_AcctSchema_Element_ID

See Also:
Constant Field Values

COLUMNNAME_C_AcctSchema_ID

static final String COLUMNNAME_C_AcctSchema_ID
Column name C_AcctSchema_ID

See Also:
Constant Field Values

COLUMNNAME_C_Activity_ID

static final String COLUMNNAME_C_Activity_ID
Column name C_Activity_ID

See Also:
Constant Field Values

COLUMNNAME_C_BPartner_ID

static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID

See Also:
Constant Field Values

COLUMNNAME_C_Campaign_ID

static final String COLUMNNAME_C_Campaign_ID
Column name C_Campaign_ID

See Also:
Constant Field Values

COLUMNNAME_C_Element_ID

static final String COLUMNNAME_C_Element_ID
Column name C_Element_ID

See Also:
Constant Field Values

COLUMNNAME_C_ElementValue_ID

static final String COLUMNNAME_C_ElementValue_ID
Column name C_ElementValue_ID

See Also:
Constant Field Values

COLUMNNAME_C_Location_ID

static final String COLUMNNAME_C_Location_ID
Column name C_Location_ID

See Also:
Constant Field Values

COLUMNNAME_C_Project_ID

static final String COLUMNNAME_C_Project_ID
Column name C_Project_ID

See Also:
Constant Field Values

COLUMNNAME_C_SalesRegion_ID

static final String COLUMNNAME_C_SalesRegion_ID
Column name C_SalesRegion_ID

See Also:
Constant Field Values

COLUMNNAME_ElementType

static final String COLUMNNAME_ElementType
Column name ElementType

See Also:
Constant Field Values

COLUMNNAME_IsBalanced

static final String COLUMNNAME_IsBalanced
Column name IsBalanced

See Also:
Constant Field Values

COLUMNNAME_IsMandatory

static final String COLUMNNAME_IsMandatory
Column name IsMandatory

See Also:
Constant Field Values

COLUMNNAME_M_Product_ID

static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Org_ID

static final String COLUMNNAME_Org_ID
Column name Org_ID

See Also:
Constant Field Values

COLUMNNAME_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values
Method Detail

setAD_Column_ID

void setAD_Column_ID(int AD_Column_ID)
Set Column. Column in the table


getAD_Column_ID

int getAD_Column_ID()
Get Column. Column in the table


getAD_Column

I_AD_Column getAD_Column()
                         throws Exception
Throws:
Exception

setC_AcctSchema_Element_ID

void setC_AcctSchema_Element_ID(int C_AcctSchema_Element_ID)
Set Acct.Schema Element


getC_AcctSchema_Element_ID

int getC_AcctSchema_Element_ID()
Get Acct.Schema Element


setC_AcctSchema_ID

void setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema. Rules for accounting


getC_AcctSchema_ID

int getC_AcctSchema_ID()
Get Accounting Schema. Rules for accounting


getC_AcctSchema

I_C_AcctSchema getC_AcctSchema()
                               throws Exception
Throws:
Exception

setC_Activity_ID

void setC_Activity_ID(int C_Activity_ID)
Set Activity. Business Activity


getC_Activity_ID

int getC_Activity_ID()
Get Activity. Business Activity


getC_Activity

I_C_Activity getC_Activity()
                           throws Exception
Throws:
Exception

setC_BPartner_ID

void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . Identifies a Business Partner


getC_BPartner_ID

int getC_BPartner_ID()
Get Business Partner . Identifies a Business Partner


getC_BPartner

I_C_BPartner getC_BPartner()
                           throws Exception
Throws:
Exception

setC_Campaign_ID

void setC_Campaign_ID(int C_Campaign_ID)
Set Campaign. Marketing Campaign


getC_Campaign_ID

int getC_Campaign_ID()
Get Campaign. Marketing Campaign


getC_Campaign

I_C_Campaign getC_Campaign()
                           throws Exception
Throws:
Exception

setC_Element_ID

void setC_Element_ID(int C_Element_ID)
Set Element. Accounting Element


getC_Element_ID

int getC_Element_ID()
Get Element. Accounting Element


getC_Element

I_C_Element getC_Element()
                         throws Exception
Throws:
Exception

setC_ElementValue_ID

void setC_ElementValue_ID(int C_ElementValue_ID)
Set Account Element. Account Element


getC_ElementValue_ID

int getC_ElementValue_ID()
Get Account Element. Account Element


getC_ElementValue

I_C_ElementValue getC_ElementValue()
                                   throws Exception
Throws:
Exception

setC_Location_ID

void setC_Location_ID(int C_Location_ID)
Set Address. Location or Address


getC_Location_ID

int getC_Location_ID()
Get Address. Location or Address


setC_Project_ID

void setC_Project_ID(int C_Project_ID)
Set Project. Financial Project


getC_Project_ID

int getC_Project_ID()
Get Project. Financial Project


getC_Project

I_C_Project getC_Project()
                         throws Exception
Throws:
Exception

setC_SalesRegion_ID

void setC_SalesRegion_ID(int C_SalesRegion_ID)
Set Sales Region. Sales coverage region


getC_SalesRegion_ID

int getC_SalesRegion_ID()
Get Sales Region. Sales coverage region


getC_SalesRegion

I_C_SalesRegion getC_SalesRegion()
                                 throws Exception
Throws:
Exception

setElementType

void setElementType(String ElementType)
Set Type. Element Type (account or user defined)


getElementType

String getElementType()
Get Type. Element Type (account or user defined)


setIsBalanced

void setIsBalanced(boolean IsBalanced)
Set Balanced


isBalanced

boolean isBalanced()
Get Balanced


setIsMandatory

void setIsMandatory(boolean IsMandatory)
Set Mandatory. Data entry is required in this column


isMandatory

boolean isMandatory()
Get Mandatory. Data entry is required in this column


setM_Product_ID

void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item


getM_Product_ID

int getM_Product_ID()
Get Product. Product, Service, Item


getM_Product

I_M_Product getM_Product()
                         throws Exception
Throws:
Exception

setName

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


getName

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


setOrg_ID

void setOrg_ID(int Org_ID)
Set Organization. Organizational entity within client


getOrg_ID

int getOrg_ID()
Get Organization. Organizational entity within client


setSeqNo

void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first


getSeqNo

int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first


Adempiere 3.5.2a

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