public abstract class DateTerm extends ComparisonTerm
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Equality comparison.
|
int |
getComparison()
Return the type of comparison.
|
java.util.Date |
getDate()
Return the Date to compare with.
|
int |
hashCode()
Compute a hashCode for this object.
|
match
public java.util.Date getDate()
public int getComparison()
public boolean equals(java.lang.Object obj)
equals
in class ComparisonTerm
public int hashCode()
hashCode
in class ComparisonTerm
Copyright © 2010 - 2020 Adobe. All Rights Reserved