Class DateExpiresRuleAttribute
- java.lang.Object
-
- org.drools.verifier.core.index.model.DateExpiresRuleAttribute
-
- All Implemented Interfaces:
RuleAttribute
public class DateExpiresRuleAttribute extends Object implements RuleAttribute
-
-
Constructor Summary
Constructors Constructor Description DateExpiresRuleAttribute(int index, Date value)
-
-
-
Field Detail
-
NAME
public static String NAME
-
-
Constructor Detail
-
DateExpiresRuleAttribute
public DateExpiresRuleAttribute(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
-
-