Serializable
ReceivedDateTerm
, SentDateTerm
public abstract class DateTerm extends ComparisonTerm
Modifier and Type | Field | Description |
---|---|---|
protected Date |
date |
The date.
|
comparison, EQ, GE, GT, LE, LT, NE
Modifier | Constructor | Description |
---|---|---|
protected |
DateTerm(int comparison,
Date date) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object obj) |
Equality comparison.
|
int |
getComparison() |
Return the type of comparison.
|
Date |
getDate() |
Return the Date to compare with.
|
int |
hashCode() |
Compute a hashCode for this object.
|
protected boolean |
match(Date d) |
The date comparison method.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
match
protected Date date
protected DateTerm(int comparison, Date date)
comparison
- the comparison typedate
- The Date to be compared againstpublic Date getDate()
public int getComparison()
protected boolean match(Date d)
d
- the date in the constructor is compared with this datepublic boolean equals(Object obj)
equals
in class ComparisonTerm
public int hashCode()
hashCode
in class ComparisonTerm
Copyright © 2018 Oracle. All rights reserved.