Uses of Class
org.compiere.model.MValRule
Packages that use MValRule
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MValRule in org.compiere.model
Methods in org.compiere.model that return MValRuleModifier and TypeMethodDescriptionstatic 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.markImmutable()
Constructors in org.compiere.model with parameters of type MValRuleModifierConstructorDescriptionMValRule
(Properties ctx, MValRule copy) Copy constructorMValRule
(Properties ctx, MValRule copy, String trxName) Copy constructorCopy constructor