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 MCurrency
MCurrency. get(int C_Currency_ID)
Get Currency (immutable)static MCurrency
MCurrency. get(String ISOcode)
Get Currency using ISO code from cache (immutable)static MCurrency
MCurrency. get(Properties ctx, int C_Currency_ID)
Get Currency (immutable)static MCurrency
MCurrency. get(Properties ctx, String ISOcode)
Get Currency using ISO code from cache (immutable)MCurrency
MCurrency. 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)
-