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