Uses of Class
org.compiere.model.MBankAccount
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MBankAccount in org.compiere.model
Modifier and TypeMethodDescriptionstatic 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)MBankStatement.getBankAccount()
Get Bank AccountMCashLine.getBankAccount()
Get Bank Accountstatic MBankAccount
MBankAccount.getCopy
(Properties ctx, int C_BankAccount_ID, String trxName) Get updateable copy of MBankAccount from cache (immutable)MBankAccount.markImmutable()
ModifierConstructorDescriptionMBankAccount
(Properties ctx, MBankAccount copy) Copy constructorMBankAccount
(Properties ctx, MBankAccount copy, String trxName) Copy constructorMBankAccount
(MBankAccount copy) Copy constructorMBankStatement
(MBankAccount account) Create a new Bank StatementMBankStatement
(MBankAccount account, boolean isManual) Parent Constructor