Uses of Class
org.compiere.model.MCash
-
Packages that use MCash Package Description org.compiere.model Provides for.... -
-
Uses of MCash in org.compiere.model
Fields in org.compiere.model declared as MCash Modifier and Type Field Description protected MCash
MCashLine. m_parent
ParentMethods in org.compiere.model that return MCash Modifier and Type Method Description static MCash
MCash. get(Properties ctx, int AD_Org_ID, Timestamp dateAcct, int C_Currency_ID, String trxName)
Get Cash Journal for currency, org and datestatic MCash
MCash. get(Properties ctx, int C_CashBook_ID, Timestamp dateAcct, String trxName)
Get Cash Journal for CashBook and dateMCash
MCashLine. getParent()
Get Cash (parent)Constructors in org.compiere.model with parameters of type MCash Constructor Description MCashLine(MCash cash)
Parent Cosntructor
-