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) |
match
protected 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 ComparisonTerm
public int hashCode()
hashCode
in class ComparisonTerm
Copyright © 2013. All Rights Reserved.