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