com.hs.mail.imap.message.search
Class SentDateKey

java.lang.Object
  extended by com.hs.mail.imap.message.search.SearchKey
      extended by com.hs.mail.imap.message.search.ComparisonKey
          extended by com.hs.mail.imap.message.search.DateKey
              extended by com.hs.mail.imap.message.search.SentDateKey

public final class SentDateKey
extends DateKey

This class implements search-criteria for the Message SentDate.

Since:
Jan 30, 2010
Author:
Won Chul Doh

Field Summary
 
Fields inherited from class com.hs.mail.imap.message.search.DateKey
date
 
Fields inherited from class com.hs.mail.imap.message.search.ComparisonKey
comparison, EQ, GE, GT, LE, LT, NE
 
Constructor Summary
SentDateKey(int comparison, Date date)
           
 
Method Summary
 boolean equals(Object obj)
           
 boolean isComposite()
           
 
Methods inherited from class com.hs.mail.imap.message.search.DateKey
getDate, hashCode
 
Methods inherited from class com.hs.mail.imap.message.search.ComparisonKey
getComparison
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SentDateKey

public SentDateKey(int comparison,
                   Date date)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class DateKey

isComposite

public boolean isComposite()
Specified by:
isComposite in class SearchKey


Copyright © 2011. All Rights Reserved.