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
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name C_Element_IDstatic final String
Column name C_ElementValue_IDstatic final String
Column name COF_ElementFrom_IDstatic final String
Column name COF_ElementValueReference_IDstatic final String
Column name COF_ElementValueReference_UUstatic final String
Column name cof_ElementValueTo_IDstatic final String
Column name cof_Entitystatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name IsActivestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=1500115static final String
TableName=COF_ElementValueReference -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Element.int
Get Account Element.int
Get Element.int
Get COF_ElementValueReference_ID.Get COF_ElementValueReference_UUint
Get Referenced Element ValueGet EntityGet Created.int
Get Created By.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setC_Element_ID
(int C_Element_ID) Set Element.void
setC_ElementValue_ID
(int C_ElementValue_ID) Set Account Element.void
setCOF_ElementFrom_ID
(int COF_ElementFrom_ID) Set Element.void
setCOF_ElementValueReference_ID
(int COF_ElementValueReference_ID) Set COF_ElementValueReference_ID.void
setCOF_ElementValueReference_UU
(String COF_ElementValueReference_UU) Set COF_ElementValueReference_UUvoid
setcof_ElementValueTo_ID
(int cof_ElementValueTo_ID) Set Referenced Element Valuevoid
setcof_Entity
(String cof_Entity) Set Entityvoid
setIsActive
(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
-