public abstract class DateTerm extends ComparisonTerm
| Modifier and Type | Field and Description |
|---|---|
protected Date |
date |
comparison, EQ, GE, GT, LE, LT, NE| Modifier | Constructor and Description |
|---|---|
protected |
DateTerm(int comparison,
Date date) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
getComparison() |
Date |
getDate() |
int |
hashCode() |
protected boolean |
match(Date match) |
matchprotected Date date
protected DateTerm(int comparison,
Date date)
public Date getDate()
public int getComparison()
protected boolean match(Date match)
public boolean equals(Object other)
equals in class ComparisonTermpublic int hashCode()
hashCode in class ComparisonTermCopyright © 2013. All Rights Reserved.