|
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
org.compiere.model.MElementValue
public class MElementValue
Natural Account
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_ElementValue |
|---|
ACCOUNTSIGN_AD_Reference_ID, ACCOUNTSIGN_Credit, ACCOUNTSIGN_Debit, ACCOUNTSIGN_Natural, ACCOUNTTYPE_AD_Reference_ID, ACCOUNTTYPE_Asset, ACCOUNTTYPE_Expense, ACCOUNTTYPE_Liability, ACCOUNTTYPE_Memo, ACCOUNTTYPE_OwnerSEquity, ACCOUNTTYPE_Revenue |
| 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 | |
|---|---|
MElementValue(Properties ctx,
int C_ElementValue_ID,
String trxName)
Standard Constructor |
|
MElementValue(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MElementValue(Properties ctx,
String Value,
String Name,
String Description,
String AccountType,
String AccountSign,
boolean IsDocControlled,
boolean IsSummary,
String trxName)
Full Constructor |
|
MElementValue(X_I_ElementValue imp)
Import Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
afterDelete(boolean success)
After Delete |
protected boolean |
afterSave(boolean newRecord,
boolean success)
After Save |
protected boolean |
beforeSave(boolean newRecord)
Before Save |
boolean |
isActiva()
Is this an Activa Account |
boolean |
isBalanceSheet()
Is this a Balance Sheet Account |
boolean |
isPassiva()
Is this a Passiva Account |
void |
set(X_I_ElementValue imp)
Set/Update Settings from import |
String |
toString()
User String Representation |
String |
toStringX()
Extended 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 |
| Constructor Detail |
|---|
public MElementValue(Properties ctx,
int C_ElementValue_ID,
String trxName)
ctx - contextC_ElementValue_ID - ID or 0 for newtrxName - transaction
public MElementValue(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MElementValue(Properties ctx,
String Value,
String Name,
String Description,
String AccountType,
String AccountSign,
boolean IsDocControlled,
boolean IsSummary,
String trxName)
ctx - contextValue - valueName - nameDescription - descriptionAccountType - account typeAccountSign - account signIsDocControlled - doc controlledIsSummary - summarytrxName - transactionpublic MElementValue(X_I_ElementValue imp)
imp - import| Method Detail |
|---|
public void set(X_I_ElementValue imp)
imp - importpublic boolean isBalanceSheet()
public boolean isActiva()
public boolean isPassiva()
public String toString()
toString in class X_C_ElementValuepublic String toStringX()
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord -
protected boolean afterSave(boolean newRecord,
boolean success)
afterSave in class POnewRecord - newsuccess - success
protected boolean afterDelete(boolean success)
afterDelete in class POsuccess -
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||