|
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_I_ElementValue
public class X_I_ElementValue
Generated Model for I_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 |
static int |
AD_COLUMN_ID_AD_Reference_ID
AD_Column_ID AD_Reference_ID=272 |
static int |
PARENTELEMENTVALUE_ID_AD_Reference_ID
ParentElementValue_ID AD_Reference_ID=182 |
| 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_I_ElementValue(Properties ctx,
int I_ElementValue_ID,
String trxName)
Standard Constructor |
|
X_I_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 |
getAD_Column_ID()
Get Column. |
int |
getC_Element_ID()
Get Element. |
I_C_Element |
getC_Element()
|
int |
getC_ElementValue_ID()
Get Account Element. |
I_C_ElementValue |
getC_ElementValue()
|
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. |
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(Properties ctx)
Load Meta Data |
boolean |
isDocControlled()
Get Document Controlled. |
boolean |
isI_IsImported()
Get Imported. |
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(boolean 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()
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
public static final int AD_COLUMN_ID_AD_Reference_ID
public static final int PARENTELEMENTVALUE_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_I_ElementValue(Properties ctx,
int I_ElementValue_ID,
String trxName)
public X_I_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_I_ElementValueAccountSign - Indicates the Natural Sign of the Account as a Debit or Creditpublic String getAccountSign()
getAccountSign in interface I_I_ElementValuepublic void setAccountType(String AccountType)
setAccountType in interface I_I_ElementValueAccountType - Indicates the type of accountpublic String getAccountType()
getAccountType in interface I_I_ElementValuepublic void setAD_Column_ID(int AD_Column_ID)
setAD_Column_ID in interface I_I_ElementValueAD_Column_ID - Column in the tablepublic int getAD_Column_ID()
getAD_Column_ID in interface I_I_ElementValue
public I_C_Element getC_Element()
throws Exception
getC_Element in interface I_I_ElementValueExceptionpublic void setC_Element_ID(int C_Element_ID)
setC_Element_ID in interface I_I_ElementValueC_Element_ID - Accounting Elementpublic int getC_Element_ID()
getC_Element_ID in interface I_I_ElementValue
public I_C_ElementValue getC_ElementValue()
throws Exception
getC_ElementValue in interface I_I_ElementValueExceptionpublic void setC_ElementValue_ID(int C_ElementValue_ID)
setC_ElementValue_ID in interface I_I_ElementValueC_ElementValue_ID - Account Elementpublic int getC_ElementValue_ID()
getC_ElementValue_ID in interface I_I_ElementValuepublic void setDefault_Account(String Default_Account)
setDefault_Account in interface I_I_ElementValueDefault_Account - Name of the Default Account Columnpublic String getDefault_Account()
getDefault_Account in interface I_I_ElementValuepublic void setDescription(String Description)
setDescription in interface I_I_ElementValueDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_I_ElementValuepublic void setElementName(String ElementName)
setElementName in interface I_I_ElementValueElementName - Name of the Elementpublic String getElementName()
getElementName in interface I_I_ElementValuepublic void setI_ElementValue_ID(int I_ElementValue_ID)
setI_ElementValue_ID in interface I_I_ElementValueI_ElementValue_ID - Import Account Valuepublic int getI_ElementValue_ID()
getI_ElementValue_ID in interface I_I_ElementValuepublic void setI_ErrorMsg(String I_ErrorMsg)
setI_ErrorMsg in interface I_I_ElementValueI_ErrorMsg - Messages generated from import processpublic String getI_ErrorMsg()
getI_ErrorMsg in interface I_I_ElementValuepublic void setI_IsImported(boolean I_IsImported)
setI_IsImported in interface I_I_ElementValueI_IsImported - Has this import been processedpublic boolean isI_IsImported()
isI_IsImported in interface I_I_ElementValuepublic void setIsDocControlled(boolean IsDocControlled)
setIsDocControlled in interface I_I_ElementValueIsDocControlled - Control account - If an account is controlled by a document, you cannot post manually to itpublic boolean isDocControlled()
isDocControlled in interface I_I_ElementValuepublic void setIsSummary(boolean IsSummary)
setIsSummary in interface I_I_ElementValueIsSummary - This is a summary entitypublic boolean isSummary()
isSummary in interface I_I_ElementValuepublic void setName(String Name)
setName in interface I_I_ElementValueName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_I_ElementValuepublic void setParentElementValue_ID(int ParentElementValue_ID)
setParentElementValue_ID in interface I_I_ElementValueParentElementValue_ID - The parent (summary) accountpublic int getParentElementValue_ID()
getParentElementValue_ID in interface I_I_ElementValuepublic void setParentValue(String ParentValue)
setParentValue in interface I_I_ElementValueParentValue - Key if the Parentpublic String getParentValue()
getParentValue in interface I_I_ElementValuepublic void setPostActual(boolean PostActual)
setPostActual in interface I_I_ElementValuePostActual - Actual Values can be postedpublic boolean isPostActual()
isPostActual in interface I_I_ElementValuepublic void setPostBudget(boolean PostBudget)
setPostBudget in interface I_I_ElementValuePostBudget - Budget values can be postedpublic boolean isPostBudget()
isPostBudget in interface I_I_ElementValuepublic void setPostEncumbrance(boolean PostEncumbrance)
setPostEncumbrance in interface I_I_ElementValuePostEncumbrance - Post commitments to this accountpublic boolean isPostEncumbrance()
isPostEncumbrance in interface I_I_ElementValuepublic void setPostStatistical(boolean PostStatistical)
setPostStatistical in interface I_I_ElementValuePostStatistical - Post statistical quantities to this account?public boolean isPostStatistical()
isPostStatistical in interface I_I_ElementValuepublic void setProcessed(boolean Processed)
setProcessed in interface I_I_ElementValueProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_I_ElementValuepublic void setProcessing(boolean Processing)
setProcessing in interface I_I_ElementValueProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_I_ElementValuepublic void setValue(String Value)
setValue in interface I_I_ElementValueValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_I_ElementValuepublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||