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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 2 - Clientstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name AD_Tree_IDstatic final StringColumn name C_Element_IDstatic final StringColumn name C_Element_UUstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name ElementTypestatic final StringColumn name IsActivestatic final StringColumn name IsBalancingstatic final StringColumn name IsNaturalAccountstatic final StringColumn name Namestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final StringColumn name VFormatstatic final KeyNamePairstatic final intAD_Table_ID=142static final StringTableName=C_Element -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.intGet Tree.intGet Element.Get C_Element_UUGet Created.intGet Created By.Get Description.Get Type.getName()Get Name.Get Updated.intGet Updated By.Get Value Format.booleanisActive()Get Active.booleanGet Balancing.booleanGet Natural Account.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetAD_Tree_ID(int AD_Tree_ID) Set Tree.voidsetC_Element_ID(int C_Element_ID) Set Element.voidsetC_Element_UU(String C_Element_UU) Set C_Element_UUvoidsetDescription(String Description) Set Description.voidsetElementType(String ElementType) Set Type.voidsetIsActive(boolean IsActive) Set Active.voidsetIsBalancing(boolean IsBalancing) Set Balancing.voidsetIsNaturalAccount(boolean IsNaturalAccount) Set Natural Account.voidSet Name.voidsetVFormat(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
Deprecated.- 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" , or ~regex -
getVFormat
String getVFormat()Get Value Format. Format of the value; Can contain fixed format elements, Variables: " _lLoOaAcCa09" , or ~regex
-