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 MCashBookMCash. m_bookCashBookMethods in org.compiere.model that return MCashBook Modifier and Type Method Description static MCashBookMCashBook. get(int C_CashBook_ID)Get MCashBook from Cache (immutable))static MCashBookMCashBook. get(Properties ctx, int C_CashBook_ID)Get MCashBook from Cache (immutable)static MCashBookMCashBook. get(Properties ctx, int AD_Org_ID, int C_Currency_ID)Get CashBook for Org and Currencystatic MCashBookMCashBook. get(Properties ctx, int C_CashBook_ID, String trxName)Gets MCashBook from Cache (immutabble)MCashBookMCash. getCashBook()Get Cash BookMCashBookMCashLine. getCashBook()Get CashBookstatic MCashBookMCashBook. getCopy(Properties ctx, int C_CashBook_ID, String trxName)Get updateable copy of MCashBook from cacheMCashBookMCashBook. 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)
-