Adempiere 3.5.2a

org.compiere.model
Interface I_C_Element

All Known Implementing Classes:
MElement, X_C_Element

public interface I_C_Element

Generated Interface for C_Element

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_AD_Tree_ID
          Column name AD_Tree_ID
static String COLUMNNAME_C_Element_ID
          Column name C_Element_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_ElementType
          Column name ElementType
static String COLUMNNAME_IsBalancing
          Column name IsBalancing
static String COLUMNNAME_IsNaturalAccount
          Column name IsNaturalAccount
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_VFormat
          Column name VFormat
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=142
static String Table_Name
          TableName=C_Element
 
Method Summary
 int getAD_Tree_ID()
          Get Tree.
 I_AD_Tree getAD_Tree()
           
 int getC_Element_ID()
          Get Element.
 String getDescription()
          Get Description.
 String getElementType()
          Get Type.
 String getName()
          Get Name.
 String getVFormat()
          Get Value Format.
 boolean isBalancing()
          Get Balancing.
 boolean isNaturalAccount()
          Get Natural Account.
 void setAD_Tree_ID(int AD_Tree_ID)
          Set Tree.
 void setC_Element_ID(int C_Element_ID)
          Set Element.
 void setDescription(String Description)
          Set Description.
 void setElementType(String ElementType)
          Set Type.
 void setIsBalancing(boolean IsBalancing)
          Set Balancing.
 void setIsNaturalAccount(boolean IsNaturalAccount)
          Set Natural Account.
 void setName(String Name)
          Set Name.
 void setVFormat(String VFormat)
          Set Value Format.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_Element

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=142


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_AD_Tree_ID

static final String COLUMNNAME_AD_Tree_ID
Column name AD_Tree_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_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_ElementType

static final String COLUMNNAME_ElementType
Column name ElementType

See Also:
Constant Field Values

COLUMNNAME_IsBalancing

static final String COLUMNNAME_IsBalancing
Column name IsBalancing

See Also:
Constant Field Values

COLUMNNAME_IsNaturalAccount

static final String COLUMNNAME_IsNaturalAccount
Column name IsNaturalAccount

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_VFormat

static final String COLUMNNAME_VFormat
Column name VFormat

See Also:
Constant Field Values
Method Detail

setAD_Tree_ID

void setAD_Tree_ID(int AD_Tree_ID)
Set Tree. Identifies a Tree


getAD_Tree_ID

int getAD_Tree_ID()
Get Tree. Identifies a Tree


getAD_Tree

I_AD_Tree getAD_Tree()
                     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


setDescription

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


getDescription

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


setElementType

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


getElementType

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


setIsBalancing

void setIsBalancing(boolean IsBalancing)
Set Balancing. All transactions within an element value must balance (e.g. cost centers)


isBalancing

boolean isBalancing()
Get Balancing. All transactions within an element value must balance (e.g. cost centers)


setIsNaturalAccount

void setIsNaturalAccount(boolean IsNaturalAccount)
Set Natural Account. The primary natural account


isNaturalAccount

boolean isNaturalAccount()
Get Natural Account. The primary natural account


setName

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


getName

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


setVFormat

void setVFormat(String VFormat)
Set Value Format. Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09"


getVFormat

String getVFormat()
Get Value Format. Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09"


Adempiere 3.5.2a

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