|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.pref.MailPreferences.MessageOrdering
This class represents the message ordering.
Field Summary | |
static int |
RULE_ASCENDING_BY_DATE
This value represents order by ascending by date. |
static int |
RULE_DESCENDING_BY_DATE
This value represents order by descending by date. |
Constructor Summary | |
MailPreferences.MessageOrdering()
Constructor. |
|
MailPreferences.MessageOrdering(int iOrderingRule)
Constructor. |
Method Summary | |
int |
getOrderingRule()
Gets the ordering rule. |
void |
setOrderingRule(int iOrderingRule)
Sets the ordering rule. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int RULE_DESCENDING_BY_DATE
public static final int RULE_ASCENDING_BY_DATE
Constructor Detail |
public MailPreferences.MessageOrdering(int iOrderingRule)
iOrderingRule
- the ordering rulepublic MailPreferences.MessageOrdering()
Method Detail |
public int getOrderingRule()
RULE_
constants)public void setOrderingRule(int iOrderingRule)
iOrderingRule
- the ordering rule (see RULE_
constants)
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |