|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.prc.collaboration.query.QueryOrder
com.plumtree.remote.prc.collaboration.discussion.DiscussionMessageQueryOrder
Represents a pair that consists
of a DiscussionMessageAttribute and a boolean indicating
whether to order ascending. This class is used in
IFilter.
| Constructor Summary | |
DiscussionMessageQueryOrder(DiscussionMessageAttribute attribute,
boolean ascending)
Constructor for DiscussionMessageQueryOrder. |
|
| Method Summary | |
DiscussionMessageAttribute |
getAttribute()
Returns the query orderBy attribute. |
boolean |
isAscending()
Returns a boolean indicating whether or not the order is ascending. |
void |
setAscending(boolean isAscending)
Sets the order for this field (ascending or descending). |
void |
setAttribute(DiscussionMessageAttribute attribute)
Sets the query orderBy attribute. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DiscussionMessageQueryOrder(DiscussionMessageAttribute attribute,
boolean ascending)
DiscussionMessageQueryOrder.
attribute - the query orderBy fieldascending - boolean indicating whether the order is ascending| Method Detail |
public void setAttribute(DiscussionMessageAttribute attribute)
attribute - the query orderBy attributepublic DiscussionMessageAttribute getAttribute()
public void setAscending(boolean isAscending)
setAscending in class QueryOrderpublic boolean isAscending()
isAscending in class QueryOrder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2010 Oracle® Corporation. All Rights Reserved.