jec.dto
Class Sorter

java.lang.Object
  extended by jec.dto.Sorter

public class Sorter
extends java.lang.Object

Used to sort the items returned from exchange server


Field Summary
static int DATE_RECEIVED_ASCENDING
           
static int DATE_RECEIVED_DESCENDING
           
 
Constructor Summary
Sorter()
           
Sorter(int type)
           
 
Method Summary
 int getType()
           
 void setType(int type)
          use the public members to set the correct value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE_RECEIVED_ASCENDING

public static int DATE_RECEIVED_ASCENDING

DATE_RECEIVED_DESCENDING

public static int DATE_RECEIVED_DESCENDING
Constructor Detail

Sorter

public Sorter()

Sorter

public Sorter(int type)
Method Detail

setType

public void setType(int type)
use the public members to set the correct value.

Parameters:
type -

getType

public int getType()