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_cacheUOM CacheMethods in org.compiere.model that return MUOM Modifier and Type Method Description static MUOMMUOM. get(int C_UOM_ID)Get UOM from Cache (immutable)static MUOMMUOM. get(Properties ctx, int C_UOM_ID)Get UOM from Cache (immutable)static MUOMMUOM. get(Properties ctx, String name, String trxName)Get UOM by nameMUOMMUOM. 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
-