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 MBank
MBank. get(int C_Bank_ID)
Get MBank from Cache (immutable)static MBank
MBank. get(Properties ctx, int C_Bank_ID)
Get MBank from Cache (immutable)MBank
MBankAccount. getBank()
Get BankMBank
MBPBankAccount. getBank()
Get Bankstatic MBank
MBank. getCopy(Properties ctx, int C_Bank_ID, String trxName)
Get updateable copy of MBank from cacheMBank
MBank. 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)
-