Uses of Class
org.compiere.model.MCurrency
-
Packages that use MCurrency Package Description org.compiere.model Provides for.... -
-
Uses of MCurrency in org.compiere.model
Methods in org.compiere.model that return MCurrency Modifier and Type Method Description static MCurrencyMCurrency. get(int C_Currency_ID)Get Currency (immutable)static MCurrencyMCurrency. get(String ISOcode)Get Currency using ISO code from cache (immutable)static MCurrencyMCurrency. get(Properties ctx, int C_Currency_ID)Get Currency (immutable)static MCurrencyMCurrency. get(Properties ctx, String ISOcode)Get Currency using ISO code from cache (immutable)MCurrencyMCurrency. markImmutable()Constructors in org.compiere.model with parameters of type MCurrency Constructor Description MCurrency(Properties ctx, MCurrency copy)MCurrency(Properties ctx, MCurrency copy, String trxName)MCurrency(MCurrency copy)
-