Uses of Class
org.compiere.model.MCashBook
-
Packages that use MCashBook Package Description org.compiere.model Provides for.... -
-
Uses of MCashBook in org.compiere.model
Fields in org.compiere.model declared as MCashBook Modifier and Type Field Description protected MCashBook
MCash. m_book
CashBookMethods in org.compiere.model that return MCashBook Modifier and Type Method Description static MCashBook
MCashBook. get(int C_CashBook_ID)
Get MCashBook from Cache (immutable))static MCashBook
MCashBook. get(Properties ctx, int C_CashBook_ID)
Get MCashBook from Cache (immutable)static MCashBook
MCashBook. get(Properties ctx, int AD_Org_ID, int C_Currency_ID)
Get CashBook for Org and Currencystatic MCashBook
MCashBook. get(Properties ctx, int C_CashBook_ID, String trxName)
Gets MCashBook from Cache (immutabble)MCashBook
MCash. getCashBook()
Get Cash BookMCashBook
MCashLine. getCashBook()
Get CashBookstatic MCashBook
MCashBook. getCopy(Properties ctx, int C_CashBook_ID, String trxName)
Get updateable copy of MCashBook from cacheMCashBook
MCashBook. markImmutable()
Constructors in org.compiere.model with parameters of type MCashBook Constructor Description MCash(MCashBook cb, Timestamp today)
Parent ConstructorMCashBook(Properties ctx, MCashBook copy)
MCashBook(Properties ctx, MCashBook copy, String trxName)
MCashBook(MCashBook copy)
-