public abstract class AbstractDateRange extends Object implements DateRange, Serializable
Basic implementation of DateRange
.
Provides generic methods for all implementation
Modifier and Type | Field and Description |
---|---|
protected String |
expression |
protected TimeZone |
timeZone |
Modifier | Constructor and Description |
---|---|
protected |
AbstractDateRange() |
protected |
AbstractDateRange(String expression,
TimeZone timeZone) |
protected void validateExpression(String expression) throws InvalidDateRangeExpressionException
Copyright © 2017. All rights reserved.