Class DateExpiresRuleAttribute
- java.lang.Object
-
- org.drools.verifier.core.index.model.DateExpiresRuleAttribute
-
- All Implemented Interfaces:
RuleAttribute
public class DateExpiresRuleAttribute extends java.lang.Object implements RuleAttribute
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description DateExpiresRuleAttribute(int index, java.util.Date value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()java.lang.StringgetName()java.util.DategetValue()
-
-
-
Method Detail
-
getValue
public java.util.Date getValue()
-
getIndex
public int getIndex()
- Specified by:
getIndexin interfaceRuleAttribute
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceRuleAttribute
-
-