public abstract class DateTerm extends ComparisonTerm
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Date |
date
The date.
|
comparison, EQ, GE, GT, LE, LT, NE| Modifier | Constructor and Description |
|---|---|
protected |
DateTerm(int comparison,
java.util.Date date)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
getComparison()
Returns the comparison operator.
|
java.util.Date |
getDate()
Returns the date to compare with.
|
int |
hashCode() |
protected boolean |
match(java.util.Date d)
Returns true only if this comparison matches the supplied date.
|
matchprotected DateTerm(int comparison,
java.util.Date date)
comparison - the comparison typedate - the datepublic java.util.Date getDate()
public int getComparison()
protected boolean match(java.util.Date d)
public boolean equals(java.lang.Object other)
equals in class ComparisonTermpublic int hashCode()
hashCode in class ComparisonTerm© Copyright 2003, 2004 The Free Software Foundation, All rights reserved