|
||||||||||
| 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.tasklist.TaskQueryOrder
TaskQueryOrder represents a pair that consists
of an TaskAttribute and a boolean indicating
whether to order ascending. This class is used in
IFilter.
| Constructor Summary | |
TaskQueryOrder(TaskAttribute attribute,
boolean ascending)
Constructor for TaskQueryOrder. |
|
| Method Summary | |
TaskAttribute |
getAttribute()
Returns the query orderBy attribute. |
boolean |
isAscending()
Returns a boolean indicating whether or not the field is ascending. |
void |
setAscending(boolean isAscending)
Sets the order for this field(ascending or descending). |
void |
setAttribute(TaskAttribute 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 TaskQueryOrder(TaskAttribute attribute,
boolean ascending)
TaskQueryOrder.
attribute - the query orderBy Fieldascending - boolean indicating whether the order is ascending| Method Detail |
public void setAttribute(TaskAttribute attribute)
public TaskAttribute 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 ©2007 BEA Systems, Inc. All Rights Reserved.