public abstract class AbstractDateRange extends java.lang.Object implements DateRange, java.io.Serializable
Basic implementation of DateRange.
Provides generic methods for all implementation
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
expression |
protected java.util.TimeZone |
timeZone |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDateRange() |
protected |
AbstractDateRange(java.lang.String expression,
java.util.TimeZone timeZone) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
validateExpression(java.lang.String expression) |
protected java.lang.String expression
protected java.util.TimeZone timeZone
protected AbstractDateRange()
protected AbstractDateRange(java.lang.String expression,
java.util.TimeZone timeZone)
protected void validateExpression(java.lang.String expression)
throws InvalidDateRangeExpressionException
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com