Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_AccountSign
          Column name AccountSign
static String COLUMNNAME_AccountType
          Column name AccountType
static String COLUMNNAME_C_BankAccount_ID
          Column name C_BankAccount_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_C_Element_ID
          Column name C_Element_ID
static String COLUMNNAME_C_ElementValue_ID
          Column name C_ElementValue_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IsBankAccount
          Column name IsBankAccount
static String COLUMNNAME_IsDocControlled
          Column name IsDocControlled
static String COLUMNNAME_IsForeignCurrency
          Column name IsForeignCurrency
static String COLUMNNAME_IsSummary
          Column name IsSummary
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PostActual
          Column name PostActual
static String COLUMNNAME_PostBudget
          Column name PostBudget
static String COLUMNNAME_PostEncumbrance
          Column name PostEncumbrance
static String COLUMNNAME_PostStatistical
          Column name PostStatistical
static String COLUMNNAME_ValidFrom
          Column name ValidFrom
static String COLUMNNAME_ValidTo
          Column name ValidTo
static String COLUMNNAME_Value
          Column name Value
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=188
static String Table_Name
          TableName=C_ElementValue
 
Method Summary
 String getAccountSign()
          Get Account Sign.
 String getAccountType()
          Get Account Type.
 int getC_BankAccount_ID()
          Get Bank Account.
 I_C_BankAccount getC_BankAccount()
           
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 int getC_Element_ID()
          Get Element.
 I_C_Element getC_Element()
           
 int getC_ElementValue_ID()
          Get Account Element.
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 Timestamp getValidFrom()
          Get Valid from.
 Timestamp getValidTo()
          Get Valid to.
 String getValue()
          Get Search Key.
 boolean isBankAccount()
          Get Bank Account.
 boolean isDocControlled()
          Get Document Controlled.
 boolean isForeignCurrency()
          Get Foreign Currency Account.
 boolean isPostActual()
          Get Post Actual.
 boolean isPostBudget()
          Get Post Budget.
 boolean isPostEncumbrance()
          Get Post Encumbrance.
 boolean isPostStatistical()
          Get Post Statistical.
 boolean isSummary()
          Get Summary Level.
 void setAccountSign(String AccountSign)
          Set Account Sign.
 void setAccountType(String AccountType)
          Set Account Type.
 void 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 setDescription(String Description)
          Set Description.
 void setIsBankAccount(boolean IsBankAccount)
          Set Bank Account.
 void setIsDocControlled(boolean IsDocControlled)
          Set Document Controlled.
 void setIsForeignCurrency(boolean IsForeignCurrency)
          Set Foreign Currency Account.
 void setIsSummary(boolean IsSummary)
          Set Summary Level.
 void setName(String Name)
          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 setValue(String Value)
          Set Search Key.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_ElementValue

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=188


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_AccountSign

static final String COLUMNNAME_AccountSign
Column name AccountSign

See Also:
Constant Field Values

COLUMNNAME_AccountType

static final String COLUMNNAME_AccountType
Column name AccountType

See Also:
Constant Field Values

COLUMNNAME_C_BankAccount_ID

static final String COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_ID

See Also:
Constant Field Values

COLUMNNAME_C_Currency_ID

static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID

See Also:
Constant Field Values

COLUMNNAME_C_Element_ID

static final String COLUMNNAME_C_Element_ID
Column name C_Element_ID

See Also:
Constant Field Values

COLUMNNAME_C_ElementValue_ID

static final String COLUMNNAME_C_ElementValue_ID
Column name C_ElementValue_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsBankAccount

static final String COLUMNNAME_IsBankAccount
Column name IsBankAccount

See Also:
Constant Field Values

COLUMNNAME_IsDocControlled

static final String COLUMNNAME_IsDocControlled
Column name IsDocControlled

See Also:
Constant Field Values

COLUMNNAME_IsForeignCurrency

static final String COLUMNNAME_IsForeignCurrency
Column name IsForeignCurrency

See Also:
Constant Field Values

COLUMNNAME_IsSummary

static final String COLUMNNAME_IsSummary
Column name IsSummary

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PostActual

static final String COLUMNNAME_PostActual
Column name PostActual

See Also:
Constant Field Values

COLUMNNAME_PostBudget

static final String COLUMNNAME_PostBudget
Column name PostBudget

See Also:
Constant Field Values

COLUMNNAME_PostEncumbrance

static final String COLUMNNAME_PostEncumbrance
Column name PostEncumbrance

See Also:
Constant Field Values

COLUMNNAME_PostStatistical

static final String COLUMNNAME_PostStatistical
Column name PostStatistical

See Also:
Constant Field Values

COLUMNNAME_ValidFrom

static final String COLUMNNAME_ValidFrom
Column name ValidFrom

See Also:
Constant Field Values

COLUMNNAME_ValidTo

static final String COLUMNNAME_ValidTo
Column name ValidTo

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values
Method Detail

setAccountSign

void setAccountSign(String AccountSign)
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

void setAccountType(String AccountType)
Set Account Type. Indicates the type of account


getAccountType

String getAccountType()
Get Account Type. Indicates the type of account


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

I_C_BankAccount getC_BankAccount()
                                 throws Exception
Throws:
Exception

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

I_C_Currency getC_Currency()
                           throws Exception
Throws:
Exception

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

I_C_Element getC_Element()
                         throws Exception
Throws:
Exception

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


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


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


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

void setName(String Name)
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?


setValidFrom

void setValidFrom(Timestamp ValidFrom)
Set Valid from. Valid from including this date (first day)


getValidFrom

Timestamp getValidFrom()
Get Valid from. Valid from including this date (first day)


setValidTo

void setValidTo(Timestamp ValidTo)
Set Valid to. Valid to including this date (last day)


getValidTo

Timestamp getValidTo()
Get Valid to. Valid to including this date (last day)


setValue

void setValue(String Value)
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


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.