javax.mail.search
Class DateTerm

java.lang.Object
  extended by javax.mail.search.SearchTerm
      extended by javax.mail.search.ComparisonTerm
          extended by javax.mail.search.DateTerm
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ReceivedDateTerm, SentDateTerm

public abstract class DateTerm
extends ComparisonTerm

This class implements comparisons for Dates

Author:
Bill Shannon, John Mani
See Also:
Serialized Form

Field Summary
protected  java.util.Date date
          The date.
 
Fields inherited from class javax.mail.search.ComparisonTerm
comparison, EQ, GE, GT, LE, LT, NE
 
Constructor Summary
protected DateTerm(int comparison, java.util.Date date)
          Constructor.
 
Method Summary
 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.
protected  boolean match(java.util.Date d)
          The date comparison method.
 
Methods inherited from class javax.mail.search.SearchTerm
match
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

date

protected java.util.Date date
The date.

Constructor Detail

DateTerm

protected DateTerm(int comparison,
                   java.util.Date date)
Constructor.

Parameters:
comparison - the comparison type
date - The Date to be compared against
Method Detail

getDate

public java.util.Date getDate()
Return the Date to compare with.


getComparison

public int getComparison()
Return the type of comparison.


match

protected boolean match(java.util.Date d)
The date comparison method.

Parameters:
d - the date in the constructor is compared with this date
Returns:
true if the dates match, otherwise false

equals

public boolean equals(java.lang.Object obj)
Equality comparison.

Overrides:
equals in class ComparisonTerm

hashCode

public int hashCode()
Compute a hashCode for this object.

Overrides:
hashCode in class ComparisonTerm


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41