Package org.compiere.model
Interface I_C_ElementValue
- All Known Implementing Classes:
MElementValue
,X_C_ElementValue
public interface I_C_ElementValue
Generated Interface for C_ElementValue
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 2 - Clientstatic final String
Column name AccountSignstatic final String
Column name AccountTypestatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name BPartnerTypestatic final String
Column name C_BankAccount_IDstatic final String
Column name C_Currency_IDstatic final String
Column name C_Element_IDstatic final String
Column name C_ElementValue_IDstatic final String
Column name C_ElementValue_UUstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name IsActivestatic final String
Column name IsBankAccountstatic final String
Column name IsDetailBPartnerstatic final String
Column name IsDetailProductstatic final String
Column name IsDocControlledstatic final String
Column name IsForeignCurrencystatic final String
Column name IsSummarystatic final String
Column name Namestatic final String
Column name PostActualstatic final String
Column name PostBudgetstatic final String
Column name PostEncumbrancestatic final String
Column name PostStatisticalstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name ValidFromstatic final String
Column name ValidTostatic final String
Column name Valuestatic final KeyNamePair
static final int
AD_Table_ID=188static final String
TableName=C_ElementValue -
Method Summary
Modifier and TypeMethodDescriptionGet Account Sign.Get Account Type.int
Get Tenant.int
Get Organization.Get Business Partner Typeint
Get Bank Account.int
Get Currency.int
Get Element.int
Get Account Element.Get C_ElementValue_UUGet Created.int
Get Created By.Get Description.getName()
Get Name.Get Updated.int
Get Updated By.Get Valid from.Get Valid to.getValue()
Get Search Key.boolean
isActive()
Get Active.boolean
Get Bank Account.boolean
Get Manage Business Partnersboolean
Get Manage Productsboolean
Get Document Controlled.boolean
Get Foreign Currency Account.boolean
Get Post Actual.boolean
Get Post Budget.boolean
Get Post Encumbrance.boolean
Get Post Statistical.boolean
Get Summary Level.void
setAccountSign
(String AccountSign) Set Account Sign.void
setAccountType
(String AccountType) Set Account Type.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setBPartnerType
(String BPartnerType) Set Business Partner Typevoid
setC_BankAccount_ID
(int C_BankAccount_ID) Set Bank Account.void
setC_Currency_ID
(int C_Currency_ID) Set Currency.void
setC_Element_ID
(int C_Element_ID) Set Element.void
setC_ElementValue_ID
(int C_ElementValue_ID) Set Account Element.void
setC_ElementValue_UU
(String C_ElementValue_UU) Set C_ElementValue_UUvoid
setDescription
(String Description) Set Description.void
setIsActive
(boolean IsActive) Set Active.void
setIsBankAccount
(boolean IsBankAccount) Set Bank Account.void
setIsDetailBPartner
(boolean IsDetailBPartner) Set Manage Business Partnersvoid
setIsDetailProduct
(boolean IsDetailProduct) Set Manage Productsvoid
setIsDocControlled
(boolean IsDocControlled) Set Document Controlled.void
setIsForeignCurrency
(boolean IsForeignCurrency) Set Foreign Currency Account.void
setIsSummary
(boolean IsSummary) Set Summary Level.void
Set Name.void
setPostActual
(boolean PostActual) Set Post Actual.void
setPostBudget
(boolean PostBudget) Set Post Budget.void
setPostEncumbrance
(boolean PostEncumbrance) Set Post Encumbrance.void
setPostStatistical
(boolean PostStatistical) Set Post Statistical.void
setValidFrom
(Timestamp ValidFrom) Set Valid from.void
setValidTo
(Timestamp ValidTo) Set Valid to.void
Set Search Key.
-
Field Details
-
Table_Name
TableName=C_ElementValue- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=188- See Also:
-
Model
-
accessLevel
AccessLevel = 2 - Client -
COLUMNNAME_AccountSign
Column name AccountSign- See Also:
-
COLUMNNAME_AccountType
Column name AccountType- See Also:
-
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_BPartnerType
Column name BPartnerType- See Also:
-
COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_ID- See Also:
-
COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
-
COLUMNNAME_C_Element_ID
Column name C_Element_ID- See Also:
-
COLUMNNAME_C_ElementValue_ID
Column name C_ElementValue_ID- See Also:
-
COLUMNNAME_C_ElementValue_UU
Column name C_ElementValue_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_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsBankAccount
Column name IsBankAccount- See Also:
-
COLUMNNAME_IsDetailBPartner
Column name IsDetailBPartner- See Also:
-
COLUMNNAME_IsDetailProduct
Column name IsDetailProduct- See Also:
-
COLUMNNAME_IsDocControlled
Column name IsDocControlled- See Also:
-
COLUMNNAME_IsForeignCurrency
Column name IsForeignCurrency- See Also:
-
COLUMNNAME_IsSummary
Column name IsSummary- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_PostActual
Column name PostActual- See Also:
-
COLUMNNAME_PostBudget
Column name PostBudget- See Also:
-
COLUMNNAME_PostEncumbrance
Column name PostEncumbrance- See Also:
-
COLUMNNAME_PostStatistical
Column name PostStatistical- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_ValidFrom
Column name ValidFrom- See Also:
-
COLUMNNAME_ValidTo
Column name ValidTo- See Also:
-
COLUMNNAME_Value
Column name Value- See Also:
-
-
Method Details
-
setAccountSign
Set Account Sign. Indicates the Natural Sign of the Account as a Debit or Credit -
getAccountSign
String getAccountSign()Get Account Sign. Indicates the Natural Sign of the Account as a Debit or Credit -
setAccountType
Set Account Type. Indicates the type of account -
getAccountType
String getAccountType()Get Account Type. Indicates the type of account -
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 -
setBPartnerType
Set Business Partner Type -
getBPartnerType
String getBPartnerType()Get Business Partner Type -
setC_BankAccount_ID
void setC_BankAccount_ID(int C_BankAccount_ID) Set Bank Account. Account at the Bank -
getC_BankAccount_ID
int getC_BankAccount_ID()Get Bank Account. Account at the Bank -
getC_BankAccount
- Throws:
RuntimeException
-
setC_Currency_ID
void setC_Currency_ID(int C_Currency_ID) Set Currency. The Currency for this record -
getC_Currency_ID
int getC_Currency_ID()Get Currency. The Currency for this record -
getC_Currency
- 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
-
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 -
setC_ElementValue_UU
Set C_ElementValue_UU -
getC_ElementValue_UU
String getC_ElementValue_UU()Get C_ElementValue_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 -
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 -
setIsBankAccount
void setIsBankAccount(boolean IsBankAccount) Set Bank Account. Indicates if this is the Bank Account -
isBankAccount
boolean isBankAccount()Get Bank Account. Indicates if this is the Bank Account -
setIsDetailBPartner
void setIsDetailBPartner(boolean IsDetailBPartner) Set Manage Business Partners -
isDetailBPartner
boolean isDetailBPartner()Get Manage Business Partners -
setIsDetailProduct
void setIsDetailProduct(boolean IsDetailProduct) Set Manage Products -
isDetailProduct
boolean isDetailProduct()Get Manage Products -
setIsDocControlled
void setIsDocControlled(boolean IsDocControlled) Set Document Controlled. Control account - If an account is controlled by a document, you cannot post manually to it -
isDocControlled
boolean isDocControlled()Get Document Controlled. Control account - If an account is controlled by a document, you cannot post manually to it -
setIsForeignCurrency
void setIsForeignCurrency(boolean IsForeignCurrency) Set Foreign Currency Account. Balances in foreign currency accounts are held in the nominated currency -
isForeignCurrency
boolean isForeignCurrency()Get Foreign Currency Account. Balances in foreign currency accounts are held in the nominated currency -
setIsSummary
void setIsSummary(boolean IsSummary) Set Summary Level. This is a summary entity -
isSummary
boolean isSummary()Get Summary Level. This is a summary entity -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setPostActual
void setPostActual(boolean PostActual) Set Post Actual. Actual Values can be posted -
isPostActual
boolean isPostActual()Get Post Actual. Actual Values can be posted -
setPostBudget
void setPostBudget(boolean PostBudget) Set Post Budget. Budget values can be posted -
isPostBudget
boolean isPostBudget()Get Post Budget. Budget values can be posted -
setPostEncumbrance
void setPostEncumbrance(boolean PostEncumbrance) Set Post Encumbrance. Post commitments to this account -
isPostEncumbrance
boolean isPostEncumbrance()Get Post Encumbrance. Post commitments to this account -
setPostStatistical
void setPostStatistical(boolean PostStatistical) Set Post Statistical. Post statistical quantities to this account? -
isPostStatistical
boolean isPostStatistical()Get Post Statistical. Post statistical quantities to this account? -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setValidFrom
Set Valid from. Valid from including this date (first day) -
getValidFrom
Timestamp getValidFrom()Get Valid from. Valid from including this date (first day) -
setValidTo
Set Valid to. Valid to including this date (last day) -
getValidTo
Timestamp getValidTo()Get Valid to. Valid to including this date (last day) -
setValue
Set Search Key. Search key for the record in the format required - must be unique -
getValue
String getValue()Get Search Key. Search key for the record in the format required - must be unique
-