|
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_BankAccount
org.compiere.model.MBankAccount
public class MBankAccount
Bank Account Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_BankAccount |
|---|
accessLevel, BANKACCOUNTTYPE_AD_Reference_ID, BANKACCOUNTTYPE_Checking, BANKACCOUNTTYPE_Savings, Model, Table_ID, Table_Name, updatedMS |
| 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 | |
|---|---|
MBankAccount(Ctx ctx,
int C_BankAccount_ID,
String trxName)
Bank Account Model |
|
MBankAccount(Ctx ctx,
ResultSet rs,
String trxName)
Bank Account Model |
|
| Method Summary | |
|---|---|
protected boolean |
afterSave(boolean newRecord,
boolean success)
After Save |
protected boolean |
beforeDelete()
Before Delete |
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MBankAccount |
get(Ctx ctx,
int C_BankAccount_ID)
Get BankAccount from Cache |
MBank |
getBank()
Get Bank |
String |
getName()
Get Bank Name and Account No |
String |
toString()
String representation |
| Methods inherited from class org.compiere.model.X_C_BankAccount |
|---|
get_AccessLevel, getAccountNo, getBankAccountType, getBBAN, getC_Bank_ID, getC_BankAccount_ID, getC_Currency_ID, getCreditLimit, getCurrentBalance, getDescription, getIBAN, getKeyNamePair, initPO, isBankAccountTypeValid, isDefault, setAccountNo, setBankAccountType, setBBAN, setC_Bank_ID, setC_BankAccount_ID, setC_Currency_ID, setCreditLimit, setCurrentBalance, setDescription, setIBAN, setIsDefault |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MBankAccount(Ctx ctx,
int C_BankAccount_ID,
String trxName)
ctx - contextC_BankAccount_ID - bank accounttrxName - transaction
public MBankAccount(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MBankAccount get(Ctx ctx,
int C_BankAccount_ID)
ctx - contextC_BankAccount_ID - id
public String toString()
toString in class X_C_BankAccountpublic MBank getBank()
public String getName()
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
protected boolean afterSave(boolean newRecord,
boolean success)
afterSave in class POnewRecord - new recordsuccess - success
protected boolean beforeDelete()
beforeDelete in class PO
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||