|
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.TasksPreferences.TaskOrdering
This class represents the task ordering.
Field Summary | |
static int |
ORDER_ASCENDING
This value represents order by ascending. |
static int |
ORDER_DESCENDING
This value represents order by descending. |
Constructor Summary | |
TasksPreferences.TaskOrdering()
Constructor. |
Method Summary | |
TasksPreferences.TaskColumn |
getColumn()
Gets the column. |
int |
getOrder()
Gets the order. |
void |
setColumn(TasksPreferences.TaskColumn column)
Sets the column. |
void |
setOrder(int iOrder)
Sets the order. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ORDER_DESCENDING
public static final int ORDER_ASCENDING
Constructor Detail |
public TasksPreferences.TaskOrdering()
Method Detail |
public int getOrder()
ORDER_
constants)public void setOrder(int iOrder)
iOrder
- the order (see ORDER_
constants)public TasksPreferences.TaskColumn getColumn()
public void setColumn(TasksPreferences.TaskColumn column)
column
- the column
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |