Uses of Class
org.compiere.model.MBank
-
Packages that use MBank Package Description org.compiere.model Provides for.... -
-
Uses of MBank in org.compiere.model
Methods in org.compiere.model that return MBank Modifier and Type Method Description static MBankMBank. get(int C_Bank_ID)Get MBank from Cache (immutable)static MBankMBank. get(Properties ctx, int C_Bank_ID)Get MBank from Cache (immutable)MBankMBankAccount. getBank()Get BankMBankMBPBankAccount. getBank()Get Bankstatic MBankMBank. getCopy(Properties ctx, int C_Bank_ID, String trxName)Get updateable copy of MBank from cacheMBankMBank. markImmutable()Constructors in org.compiere.model with parameters of type MBank Constructor Description MBank(Properties ctx, MBank copy)MBank(Properties ctx, MBank copy, String trxName)MBank(MBank copy)
-