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

java.lang.Object
  extended by com.hs.mail.imap.message.search.SortKey

public class SortKey
extends Object

Since:
31 Oct, 2010
Author:
Won Chul Doh

Constructor Summary
SortKey(String criteria, boolean reverse)
           
 
Method Summary
 String getCriteria()
           
 boolean isReverse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortKey

public SortKey(String criteria,
               boolean reverse)
Method Detail

isReverse

public boolean isReverse()

getCriteria

public String getCriteria()


Copyright © 2011. All Rights Reserved.