Uses of Class
org.compiere.model.MUOM
-
Packages that use MUOM Package Description org.compiere.model Provides for.... -
-
Uses of MUOM in org.compiere.model
Fields in org.compiere.model with type parameters of type MUOM Modifier and Type Field Description protected static ImmutableIntPOCache<Integer,MUOM>
MUOM. s_cache
UOM CacheMethods in org.compiere.model that return MUOM Modifier and Type Method Description static MUOM
MUOM. get(int C_UOM_ID)
Get UOM from Cache (immutable)static MUOM
MUOM. get(Properties ctx, int C_UOM_ID)
Get UOM from Cache (immutable)static MUOM
MUOM. get(Properties ctx, String name, String trxName)
Get UOM by nameMUOM
MUOM. markImmutable()
Constructors in org.compiere.model with parameters of type MUOM Constructor Description MUOM(Properties ctx, MUOM copy)
MUOM(Properties ctx, MUOM copy, String trxName)
MUOM(MUOM copy)
MUOMConversion(MUOM parent)
Parent Constructor
-