Uses of Class
org.compiere.model.MBankAccount
-
Packages that use MBankAccount Package Description org.compiere.model Provides for.... -
-
Uses of MBankAccount in org.compiere.model
Fields in org.compiere.model declared as MBankAccount Modifier and Type Field Description protected MBankAccount
MCashLine. m_bankAccount
Bank AccountMethods in org.compiere.model that return MBankAccount Modifier and Type Method Description static MBankAccount
MBankAccount. get(int C_BankAccount_ID)
Get BankAccount from Cache (immutable)static MBankAccount
MBankAccount. get(Properties ctx, int C_BankAccount_ID)
Get BankAccount from Cache (immutable)MBankAccount
MBankStatement. getBankAccount()
Get Bank AccountMBankAccount
MCashLine. getBankAccount()
Get Bank Accountstatic MBankAccount
MBankAccount. getCopy(Properties ctx, int C_BankAccount_ID, String trxName)
Get updateable copy of MBankAccount from cacheMBankAccount
MBankAccount. markImmutable()
Constructors in org.compiere.model with parameters of type MBankAccount Constructor Description MBankAccount(Properties ctx, MBankAccount copy)
MBankAccount(Properties ctx, MBankAccount copy, String trxName)
MBankAccount(MBankAccount copy)
MBankStatement(MBankAccount account)
Create a new Bank StatementMBankStatement(MBankAccount account, boolean isManual)
Parent Constructor
-