Class DateEffectiveRuleAttribute
- java.lang.Object
-
- org.drools.verifier.core.index.model.DateEffectiveRuleAttribute
-
- All Implemented Interfaces:
RuleAttribute
public class DateEffectiveRuleAttribute extends Object implements RuleAttribute
-
-
Constructor Summary
Constructors Constructor Description DateEffectiveRuleAttribute(int index, Date value)
-
-
-
Field Detail
-
NAME
public static String NAME
-
-
Constructor Detail
-
DateEffectiveRuleAttribute
public DateEffectiveRuleAttribute(int index, Date value)
-
-
Method Detail
-
getValue
public Date getValue()
-
getIndex
public int getIndex()
- Specified by:
getIndexin interfaceRuleAttribute
-
getName
public String getName()
- Specified by:
getNamein interfaceRuleAttribute
-
-