Class AbstractDateRange

  • All Implemented Interfaces:
    java.io.Serializable, DateRange
    Direct Known Subclasses:
    FixedDate, RelativeDateRange

    public abstract class AbstractDateRange
    extends java.lang.Object
    implements DateRange, java.io.Serializable

    Basic implementation of DateRange. Provides generic methods for all implementation

    Author:
    Sergey Prilukin
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String expression  
      protected java.util.TimeZone timeZone  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractDateRange()  
      protected AbstractDateRange​(java.lang.String expression, java.util.TimeZone timeZone)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      protected void validateExpression​(java.lang.String expression)  
      • Methods inherited from class java.lang.Object

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

      • expression

        protected java.lang.String expression
      • timeZone

        protected java.util.TimeZone timeZone
    • Constructor Detail

      • AbstractDateRange

        protected AbstractDateRange()
      • AbstractDateRange

        protected AbstractDateRange​(java.lang.String expression,
                                    java.util.TimeZone timeZone)