Class 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.String NAME  
    • 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
      int getIndex()  
      java.lang.String getName()  
      java.util.Date getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NAME

        public static java.lang.String NAME
    • Constructor Detail

      • DateExpiresRuleAttribute

        public DateExpiresRuleAttribute​(int index,
                                        java.util.Date value)
    • Method Detail

      • getValue

        public java.util.Date getValue()