Package 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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 2 - Clientstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Tree_ID
Column name AD_Tree_IDstatic String
COLUMNNAME_C_Element_ID
Column name C_Element_IDstatic String
COLUMNNAME_C_Element_UU
Column name C_Element_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_ElementType
Column name ElementTypestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsBalancing
Column name IsBalancingstatic String
COLUMNNAME_IsNaturalAccount
Column name IsNaturalAccountstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_VFormat
Column name VFormatstatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=142static String
Table_Name
TableName=C_Element
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_Tree
getAD_Tree()
int
getAD_Tree_ID()
Get Tree.int
getC_Element_ID()
Get Element.String
getC_Element_UU()
Get C_Element_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getElementType()
Get Type.String
getName()
Get Name.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getVFormat()
Get Value Format.boolean
isActive()
Get Active.boolean
isBalancing()
Get Balancing.boolean
isNaturalAccount()
Get Natural Account.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Tree_ID(int AD_Tree_ID)
Set Tree.void
setC_Element_ID(int C_Element_ID)
Set Element.void
setC_Element_UU(String C_Element_UU)
Set C_Element_UUvoid
setDescription(String Description)
Set Description.void
setElementType(String ElementType)
Set Type.void
setIsActive(boolean IsActive)
Set Active.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- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 2 - Client
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
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_C_Element_UU
static final String COLUMNNAME_C_Element_UU
Column name C_Element_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- 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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_VFormat
static final String COLUMNNAME_VFormat
Column name VFormat- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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 RuntimeException
- Throws:
RuntimeException
-
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
-
setC_Element_UU
void setC_Element_UU(String C_Element_UU)
Set C_Element_UU
-
getC_Element_UU
String getC_Element_UU()
Get C_Element_UU
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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)
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
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
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
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"
-
-