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

java.lang.Object
  extended by com.hs.mail.imap.message.search.SearchKey
      extended by com.hs.mail.imap.message.search.StringKey
          extended by com.hs.mail.imap.message.search.AddressStringKey
              extended by com.hs.mail.imap.message.search.FromStringKey

public final class FromStringKey
extends AddressStringKey

This class implements search-criteria for the From Address header.

Since:
Jan 30, 2010
Author:
Won Chul Doh

Field Summary
 
Fields inherited from class com.hs.mail.imap.message.search.StringKey
ignoreCase, pattern
 
Constructor Summary
FromStringKey(String pattern)
           
 
Method Summary
 boolean equals(Object obj)
           
 boolean isComposite()
           
 
Methods inherited from class com.hs.mail.imap.message.search.StringKey
getIgnoreCase, getPattern, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FromStringKey

public FromStringKey(String pattern)
Method Detail

equals

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

isComposite

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


Copyright © 2011. All Rights Reserved.