|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_C_ElementValue
public class X_C_ElementValue
Generated Model for C_ElementValue
| Field Summary | |
|---|---|
static int |
ACCOUNTSIGN_AD_Reference_ID
AccountSign AD_Reference_ID=118 |
static String |
ACCOUNTSIGN_Credit
Credit = C |
static String |
ACCOUNTSIGN_Debit
Debit = D |
static String |
ACCOUNTSIGN_Natural
Natural = N |
static int |
ACCOUNTTYPE_AD_Reference_ID
AccountType AD_Reference_ID=117 |
static String |
ACCOUNTTYPE_Asset
Asset = A |
static String |
ACCOUNTTYPE_Expense
Expense = E |
static String |
ACCOUNTTYPE_Liability
Liability = L |
static String |
ACCOUNTTYPE_Memo
Memo = M |
static String |
ACCOUNTTYPE_OwnerSEquity
Owner's Equity = O |
static String |
ACCOUNTTYPE_Revenue
Revenue = R |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_ElementValue(Properties ctx,
int C_ElementValue_ID,
String trxName)
Standard Constructor |
|
X_C_ElementValue(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
Timestamp |
getValidFrom()
Get Valid from. |
Timestamp |
getValidTo()
Get Valid to. |
String |
getValue()
Get Search Key. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int ACCOUNTSIGN_AD_Reference_ID
public static final String ACCOUNTSIGN_Natural
public static final String ACCOUNTSIGN_Debit
public static final String ACCOUNTSIGN_Credit
public static final int ACCOUNTTYPE_AD_Reference_ID
public static final String ACCOUNTTYPE_Asset
public static final String ACCOUNTTYPE_Liability
public static final String ACCOUNTTYPE_Revenue
public static final String ACCOUNTTYPE_Expense
public static final String ACCOUNTTYPE_OwnerSEquity
public static final String ACCOUNTTYPE_Memo
| Constructor Detail |
|---|
public X_C_ElementValue(Properties ctx,
int C_ElementValue_ID,
String trxName)
public X_C_ElementValue(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAccountSign(String AccountSign)
setAccountSign in interface I_C_ElementValueAccountSign - Indicates the Natural Sign of the Account as a Debit or Creditpublic String getAccountSign()
getAccountSign in interface I_C_ElementValuepublic void setAccountType(String AccountType)
setAccountType in interface I_C_ElementValueAccountType - Indicates the type of accountpublic String getAccountType()
getAccountType in interface I_C_ElementValue
public I_C_BankAccount getC_BankAccount()
throws Exception
getC_BankAccount in interface I_C_ElementValueExceptionpublic void setC_BankAccount_ID(int C_BankAccount_ID)
setC_BankAccount_ID in interface I_C_ElementValueC_BankAccount_ID - Account at the Bankpublic int getC_BankAccount_ID()
getC_BankAccount_ID in interface I_C_ElementValue
public I_C_Currency getC_Currency()
throws Exception
getC_Currency in interface I_C_ElementValueExceptionpublic void setC_Currency_ID(int C_Currency_ID)
setC_Currency_ID in interface I_C_ElementValueC_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
getC_Currency_ID in interface I_C_ElementValue
public I_C_Element getC_Element()
throws Exception
getC_Element in interface I_C_ElementValueExceptionpublic void setC_Element_ID(int C_Element_ID)
setC_Element_ID in interface I_C_ElementValueC_Element_ID - Accounting Elementpublic int getC_Element_ID()
getC_Element_ID in interface I_C_ElementValuepublic void setC_ElementValue_ID(int C_ElementValue_ID)
setC_ElementValue_ID in interface I_C_ElementValueC_ElementValue_ID - Account Elementpublic int getC_ElementValue_ID()
getC_ElementValue_ID in interface I_C_ElementValuepublic void setDescription(String Description)
setDescription in interface I_C_ElementValueDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_ElementValuepublic void setIsBankAccount(boolean IsBankAccount)
setIsBankAccount in interface I_C_ElementValueIsBankAccount - Indicates if this is the Bank Accountpublic boolean isBankAccount()
isBankAccount in interface I_C_ElementValuepublic void setIsDocControlled(boolean IsDocControlled)
setIsDocControlled in interface I_C_ElementValueIsDocControlled - Control account - If an account is controlled by a document, you cannot post manually to itpublic boolean isDocControlled()
isDocControlled in interface I_C_ElementValuepublic void setIsForeignCurrency(boolean IsForeignCurrency)
setIsForeignCurrency in interface I_C_ElementValueIsForeignCurrency - Balances in foreign currency accounts are held in the nominated currencypublic boolean isForeignCurrency()
isForeignCurrency in interface I_C_ElementValuepublic void setIsSummary(boolean IsSummary)
setIsSummary in interface I_C_ElementValueIsSummary - This is a summary entitypublic boolean isSummary()
isSummary in interface I_C_ElementValuepublic void setName(String Name)
setName in interface I_C_ElementValueName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_ElementValuepublic void setPostActual(boolean PostActual)
setPostActual in interface I_C_ElementValuePostActual - Actual Values can be postedpublic boolean isPostActual()
isPostActual in interface I_C_ElementValuepublic void setPostBudget(boolean PostBudget)
setPostBudget in interface I_C_ElementValuePostBudget - Budget values can be postedpublic boolean isPostBudget()
isPostBudget in interface I_C_ElementValuepublic void setPostEncumbrance(boolean PostEncumbrance)
setPostEncumbrance in interface I_C_ElementValuePostEncumbrance - Post commitments to this accountpublic boolean isPostEncumbrance()
isPostEncumbrance in interface I_C_ElementValuepublic void setPostStatistical(boolean PostStatistical)
setPostStatistical in interface I_C_ElementValuePostStatistical - Post statistical quantities to this account?public boolean isPostStatistical()
isPostStatistical in interface I_C_ElementValuepublic void setValidFrom(Timestamp ValidFrom)
setValidFrom in interface I_C_ElementValueValidFrom - Valid from including this date (first day)public Timestamp getValidFrom()
getValidFrom in interface I_C_ElementValuepublic void setValidTo(Timestamp ValidTo)
setValidTo in interface I_C_ElementValueValidTo - Valid to including this date (last day)public Timestamp getValidTo()
getValidTo in interface I_C_ElementValuepublic void setValue(String Value)
setValue in interface I_C_ElementValueValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_C_ElementValuepublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||