|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_C_ElementValue
public class X_C_ElementValue
Generated Model for C_ElementValue
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
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 |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=188 |
static String |
Table_Name
TableName=C_ElementValue |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_ElementValue(Ctx ctx,
int C_ElementValue_ID,
String trxName)
Standard Constructor |
|
X_C_ElementValue(Ctx 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. |
int |
getC_Currency_ID()
Get Currency. |
int |
getC_Element_ID()
Get 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(Ctx ctx)
Load Meta Data |
boolean |
isAccountSignValid(String test)
Is test a valid value. |
boolean |
isAccountTypeValid(String test)
Is test a valid value. |
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()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int ACCOUNTSIGN_AD_Reference_ID
public static final String ACCOUNTSIGN_Credit
public static final String ACCOUNTSIGN_Debit
public static final String ACCOUNTSIGN_Natural
public static final int ACCOUNTTYPE_AD_Reference_ID
public static final String ACCOUNTTYPE_Asset
public static final String ACCOUNTTYPE_Expense
public static final String ACCOUNTTYPE_Liability
public static final String ACCOUNTTYPE_Memo
public static final String ACCOUNTTYPE_OwnerSEquity
public static final String ACCOUNTTYPE_Revenue
| Constructor Detail |
|---|
public X_C_ElementValue(Ctx ctx,
int C_ElementValue_ID,
String trxName)
ctx - contextC_ElementValue_ID - idtrxName - transaction
public X_C_ElementValue(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic boolean isAccountSignValid(String test)
test - testvalue
public void setAccountSign(String AccountSign)
AccountSign - Indicates the Natural Sign of the Account as a Debit or Creditpublic String getAccountSign()
public boolean isAccountTypeValid(String test)
test - testvalue
public void setAccountType(String AccountType)
AccountType - Indicates the type of accountpublic String getAccountType()
public void setC_BankAccount_ID(int C_BankAccount_ID)
C_BankAccount_ID - Account at the Bankpublic int getC_BankAccount_ID()
public void setC_Currency_ID(int C_Currency_ID)
C_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
public void setC_ElementValue_ID(int C_ElementValue_ID)
C_ElementValue_ID - Account Elementpublic int getC_ElementValue_ID()
public void setC_Element_ID(int C_Element_ID)
C_Element_ID - Accounting Elementpublic int getC_Element_ID()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setIsBankAccount(boolean IsBankAccount)
IsBankAccount - Indicates if this is the Bank Accountpublic boolean isBankAccount()
public void setIsDocControlled(boolean IsDocControlled)
IsDocControlled - Control account - If an account is controlled by a document, you cannot post manually to itpublic boolean isDocControlled()
public void setIsForeignCurrency(boolean IsForeignCurrency)
IsForeignCurrency - Balances in foreign currency accounts are held in the nominated currencypublic boolean isForeignCurrency()
public void setIsSummary(boolean IsSummary)
IsSummary - This is a summary entitypublic boolean isSummary()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public void setPostActual(boolean PostActual)
PostActual - Actual Values can be postedpublic boolean isPostActual()
public void setPostBudget(boolean PostBudget)
PostBudget - Budget values can be postedpublic boolean isPostBudget()
public void setPostEncumbrance(boolean PostEncumbrance)
PostEncumbrance - Post commitments to this accountpublic boolean isPostEncumbrance()
public void setPostStatistical(boolean PostStatistical)
PostStatistical - Post statistical quantities to this account?public boolean isPostStatistical()
public void setValidFrom(Timestamp ValidFrom)
ValidFrom - Valid from including this date (first day)public Timestamp getValidFrom()
public void setValidTo(Timestamp ValidTo)
ValidTo - Valid to including this date (last day)public Timestamp getValidTo()
public void setValue(String Value)
Value - Search key for the record in the format required - must be uniquepublic String getValue()
public KeyNamePair getKeyNamePair()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||