Package net.sf.jasperreports.types.date
Class AbstractDateRange
- java.lang.Object
-
- net.sf.jasperreports.types.date.AbstractDateRange
-
- All Implemented Interfaces:
Serializable
,DateRange
- Direct Known Subclasses:
FixedDate
,RelativeDateRange
public abstract class AbstractDateRange extends Object implements DateRange, 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 String
expression
protected TimeZone
timeZone
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractDateRange()
protected
AbstractDateRange(String expression, TimeZone timeZone)
-
-
-
Method Detail
-
validateExpression
protected void validateExpression(String expression) throws InvalidDateRangeExpressionException
-
-