|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_C_ElementValue
Generated Interface for C_ElementValue
| 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 |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_AccountSign
static final String COLUMNNAME_AccountType
static final String COLUMNNAME_C_BankAccount_ID
static final String COLUMNNAME_C_Currency_ID
static final String COLUMNNAME_C_Element_ID
static final String COLUMNNAME_C_ElementValue_ID
static final String COLUMNNAME_Description
static final String COLUMNNAME_IsBankAccount
static final String COLUMNNAME_IsDocControlled
static final String COLUMNNAME_IsForeignCurrency
static final String COLUMNNAME_IsSummary
static final String COLUMNNAME_Name
static final String COLUMNNAME_PostActual
static final String COLUMNNAME_PostBudget
static final String COLUMNNAME_PostEncumbrance
static final String COLUMNNAME_PostStatistical
static final String COLUMNNAME_ValidFrom
static final String COLUMNNAME_ValidTo
static final String COLUMNNAME_Value
| Method Detail |
|---|
void setAccountSign(String AccountSign)
String getAccountSign()
void setAccountType(String AccountType)
String getAccountType()
void setC_BankAccount_ID(int C_BankAccount_ID)
int getC_BankAccount_ID()
I_C_BankAccount getC_BankAccount()
throws Exception
Exceptionvoid setC_Currency_ID(int C_Currency_ID)
int getC_Currency_ID()
I_C_Currency getC_Currency()
throws Exception
Exceptionvoid setC_Element_ID(int C_Element_ID)
int getC_Element_ID()
I_C_Element getC_Element()
throws Exception
Exceptionvoid setC_ElementValue_ID(int C_ElementValue_ID)
int getC_ElementValue_ID()
void setDescription(String Description)
String getDescription()
void setIsBankAccount(boolean IsBankAccount)
boolean isBankAccount()
void setIsDocControlled(boolean IsDocControlled)
boolean isDocControlled()
void setIsForeignCurrency(boolean IsForeignCurrency)
boolean isForeignCurrency()
void setIsSummary(boolean IsSummary)
boolean isSummary()
void setName(String Name)
String getName()
void setPostActual(boolean PostActual)
boolean isPostActual()
void setPostBudget(boolean PostBudget)
boolean isPostBudget()
void setPostEncumbrance(boolean PostEncumbrance)
boolean isPostEncumbrance()
void setPostStatistical(boolean PostStatistical)
boolean isPostStatistical()
void setValidFrom(Timestamp ValidFrom)
Timestamp getValidFrom()
void setValidTo(Timestamp ValidTo)
Timestamp getValidTo()
void setValue(String Value)
String getValue()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||