|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjec.dto.Sorter
public class Sorter
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 |
|---|
public static int DATE_RECEIVED_ASCENDING
public static int DATE_RECEIVED_DESCENDING
| Constructor Detail |
|---|
public Sorter()
public Sorter(int type)
| Method Detail |
|---|
public void setType(int type)
type - public int getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||