Package org.brerp.sped.base.model
Interface I_COF_ElementValueReference
- All Known Implementing Classes:
MCOFElementValueReference,X_COF_ElementValueReference
public interface I_COF_ElementValueReference
Generated Interface for COF_ElementValueReference
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name C_Element_IDstatic final StringColumn name C_ElementValue_IDstatic final StringColumn name COF_ElementFrom_IDstatic final StringColumn name COF_ElementValueReference_IDstatic final StringColumn name COF_ElementValueReference_UUstatic final StringColumn name cof_ElementValueTo_IDstatic final StringColumn name cof_Entitystatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name IsActivestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=1500115static final StringTableName=COF_ElementValueReference -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.intGet Element.intGet Account Element.intGet Element.intGet COF_ElementValueReference_ID.Get COF_ElementValueReference_UUintGet Referenced Element ValueGet EntityGet Created.intGet Created By.Get Updated.intGet Updated By.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetC_Element_ID(int C_Element_ID) Set Element.voidsetC_ElementValue_ID(int C_ElementValue_ID) Set Account Element.voidsetCOF_ElementFrom_ID(int COF_ElementFrom_ID) Set Element.voidsetCOF_ElementValueReference_ID(int COF_ElementValueReference_ID) Set COF_ElementValueReference_ID.voidsetCOF_ElementValueReference_UU(String COF_ElementValueReference_UU) Set COF_ElementValueReference_UUvoidsetcof_ElementValueTo_ID(int cof_ElementValueTo_ID) Set Referenced Element Valuevoidsetcof_Entity(String cof_Entity) Set EntityvoidsetIsActive(boolean IsActive) Set Active.
-
Field Details
-
Table_Name
TableName=COF_ElementValueReference- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=1500115 -
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_COF_ElementFrom_ID
Column name COF_ElementFrom_ID- See Also:
-
COLUMNNAME_COF_ElementValueReference_ID
Column name COF_ElementValueReference_ID- See Also:
-
COLUMNNAME_COF_ElementValueReference_UU
Column name COF_ElementValueReference_UU- See Also:
-
COLUMNNAME_C_ElementValue_ID
Column name C_ElementValue_ID- See Also:
-
COLUMNNAME_C_Element_ID
Column name C_Element_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_cof_ElementValueTo_ID
Column name cof_ElementValueTo_ID- See Also:
-
COLUMNNAME_cof_Entity
Column name cof_Entity- 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 -
setCOF_ElementFrom_ID
void setCOF_ElementFrom_ID(int COF_ElementFrom_ID) Set Element. Accounting Element -
getCOF_ElementFrom_ID
int getCOF_ElementFrom_ID()Get Element. Accounting Element -
getCOF_ElementFrom
- Throws:
RuntimeException
-
setCOF_ElementValueReference_ID
void setCOF_ElementValueReference_ID(int COF_ElementValueReference_ID) Set COF_ElementValueReference_ID. Primary Key : Account Element Reference -
getCOF_ElementValueReference_ID
int getCOF_ElementValueReference_ID()Get COF_ElementValueReference_ID. Primary Key : Account Element Reference -
setCOF_ElementValueReference_UU
Set COF_ElementValueReference_UU -
getCOF_ElementValueReference_UU
String getCOF_ElementValueReference_UU()Get COF_ElementValueReference_UU -
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
- 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 -
getC_Element
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
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 -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setcof_ElementValueTo_ID
void setcof_ElementValueTo_ID(int cof_ElementValueTo_ID) Set Referenced Element Value -
getcof_ElementValueTo_ID
int getcof_ElementValueTo_ID()Get Referenced Element Value -
getcof_ElementValueTo
- Throws:
RuntimeException
-
setcof_Entity
Set Entity -
getcof_Entity
String getcof_Entity()Get Entity
-