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 MBankAccountMCashLine. m_bankAccountBank AccountMethods in org.compiere.model that return MBankAccount Modifier and Type Method Description static MBankAccountMBankAccount. get(int C_BankAccount_ID)Get BankAccount from Cache (immutable)static MBankAccountMBankAccount. get(Properties ctx, int C_BankAccount_ID)Get BankAccount from Cache (immutable)MBankAccountMBankStatement. getBankAccount()Get Bank AccountMBankAccountMCashLine. getBankAccount()Get Bank Accountstatic MBankAccountMBankAccount. getCopy(Properties ctx, int C_BankAccount_ID, String trxName)Get updateable copy of MBankAccount from cacheMBankAccountMBankAccount. 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
-