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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 2 - Clientstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_Tree_IDstatic final String
Column name C_Element_IDstatic final String
Column name C_Element_UUstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name ElementTypestatic final String
Column name IsActivestatic final String
Column name IsBalancingstatic final String
Column name IsNaturalAccountstatic final String
Column name Namestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name VFormatstatic final KeyNamePair
static final int
AD_Table_ID=142static final String
TableName=C_Element -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Tree.int
Get Element.Get C_Element_UUGet Created.int
Get Created By.Get Description.Get Type.getName()
Get Name.Get Updated.int
Get Updated By.Get Value Format.boolean
isActive()
Get Active.boolean
Get Balancing.boolean
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
Set Name.void
setVFormat
(String VFormat) Set Value Format.
-
Field Details
-
Table_Name
TableName=C_Element- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=142- See Also:
-
Model
-
accessLevel
AccessLevel = 2 - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Tree_ID
Column name AD_Tree_ID- See Also:
-
COLUMNNAME_C_Element_ID
Column name C_Element_ID- See Also:
-
COLUMNNAME_C_Element_UU
Column name C_Element_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_ElementType
Column name ElementType- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsBalancing
Column name IsBalancing- See Also:
-
COLUMNNAME_IsNaturalAccount
Column name IsNaturalAccount- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_VFormat
Column name VFormat- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
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
- 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
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
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setElementType
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
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
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"
-