|
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_I_ElementValue
public class X_I_ElementValue
Generated Model for I_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 |
static int |
AD_COLUMN_ID_AD_Reference_ID
AD_Column_ID AD_Reference_ID=272 |
static int |
I_ISIMPORTED_AD_Reference_ID
I_IsImported AD_Reference_ID=420 |
static String |
I_ISIMPORTED_Error
Error = E |
static String |
I_ISIMPORTED_No
No = N |
static String |
I_ISIMPORTED_Yes
Yes = Y |
protected static KeyNamePair |
Model
|
static int |
PARENTELEMENTVALUE_ID_AD_Reference_ID
ParentElementValue_ID AD_Reference_ID=182 |
static int |
Table_ID
AD_Table_ID=534 |
static String |
Table_Name
TableName=I_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_I_ElementValue(Ctx ctx,
int I_ElementValue_ID,
String trxName)
Standard Constructor |
|
X_I_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 |
getAD_Column_ID()
Get Column. |
int |
getC_Element_ID()
Get Element. |
int |
getC_ElementValue_ID()
Get Account Element. |
String |
getDefault_Account()
Get Default Account. |
String |
getDescription()
Get Description. |
String |
getElementName()
Get Element Name. |
int |
getI_ElementValue_ID()
Get Import Account. |
String |
getI_ErrorMsg()
Get Import Error Message. |
String |
getI_IsImported()
Get Imported. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
int |
getParentElementValue_ID()
Get Parent Account. |
String |
getParentValue()
Get Parent Key. |
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 |
isDocControlled()
Get Document Controlled. |
boolean |
isI_IsImportedValid(String test)
Is test a valid value. |
boolean |
isPostActual()
Get Post Actual. |
boolean |
isPostBudget()
Get Post Budget. |
boolean |
isPostEncumbrance()
Get Post Encumbrance. |
boolean |
isPostStatistical()
Get Post Statistical. |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
boolean |
isSummary()
Get Summary Level. |
void |
setAccountSign(String AccountSign)
Set Account Sign. |
void |
setAccountType(String AccountType)
Set Account Type. |
void |
setAD_Column_ID(int AD_Column_ID)
Set Column. |
void |
setC_Element_ID(int C_Element_ID)
Set Element. |
void |
setC_ElementValue_ID(int C_ElementValue_ID)
Set Account Element. |
void |
setDefault_Account(String Default_Account)
Set Default Account. |
void |
setDescription(String Description)
Set Description. |
void |
setElementName(String ElementName)
Set Element Name. |
void |
setI_ElementValue_ID(int I_ElementValue_ID)
Set Import Account. |
void |
setI_ErrorMsg(String I_ErrorMsg)
Set Import Error Message. |
void |
setI_IsImported(String I_IsImported)
Set Imported. |
void |
setIsDocControlled(boolean IsDocControlled)
Set Document Controlled. |
void |
setIsSummary(boolean IsSummary)
Set Summary Level. |
void |
setName(String Name)
Set Name. |
void |
setParentElementValue_ID(int ParentElementValue_ID)
Set Parent Account. |
void |
setParentValue(String ParentValue)
Set Parent Key. |
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 |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
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 AD_COLUMN_ID_AD_Reference_ID
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
public static final int I_ISIMPORTED_AD_Reference_ID
public static final String I_ISIMPORTED_Error
public static final String I_ISIMPORTED_No
public static final String I_ISIMPORTED_Yes
public static final int PARENTELEMENTVALUE_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_I_ElementValue(Ctx ctx,
int I_ElementValue_ID,
String trxName)
ctx - contextI_ElementValue_ID - idtrxName - transaction
public X_I_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 void setAD_Column_ID(int AD_Column_ID)
AD_Column_ID - Column in the tablepublic int getAD_Column_ID()
public 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_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 setDefault_Account(String Default_Account)
Default_Account - Name of the Default Account Columnpublic String getDefault_Account()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setElementName(String ElementName)
ElementName - Name of the Elementpublic String getElementName()
public void setI_ElementValue_ID(int I_ElementValue_ID)
I_ElementValue_ID - Import Account Valuepublic int getI_ElementValue_ID()
public void setI_ErrorMsg(String I_ErrorMsg)
I_ErrorMsg - Messages generated from import processpublic String getI_ErrorMsg()
public boolean isI_IsImportedValid(String test)
test - testvalue
public void setI_IsImported(String I_IsImported)
I_IsImported - Has this import been processed?public String getI_IsImported()
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 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 setParentElementValue_ID(int ParentElementValue_ID)
ParentElementValue_ID - The parent (summary) accountpublic int getParentElementValue_ID()
public void setParentValue(String ParentValue)
ParentValue - Key if the Parentpublic String getParentValue()
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 setProcessed(boolean Processed)
Processed - The document has been processedpublic boolean isProcessed()
public void setProcessing(boolean Processing)
Processing - Process Nowpublic boolean isProcessing()
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 | |||||||||