Compoze Software, Inc.

portlets.compoze.groupware.pref
Class TasksPreferences.TaskOrdering

java.lang.Object
  extended byportlets.compoze.groupware.pref.TasksPreferences.TaskOrdering
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TasksPreferences

public static class TasksPreferences.TaskOrdering
extends java.lang.Object
implements java.io.Serializable

This class represents the task ordering.

See Also:
Serialized Form

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

ORDER_DESCENDING

public static final int ORDER_DESCENDING
This value represents order by descending.

See Also:
Constant Field Values

ORDER_ASCENDING

public static final int ORDER_ASCENDING
This value represents order by ascending.

See Also:
Constant Field Values
Constructor Detail

TasksPreferences.TaskOrdering

public TasksPreferences.TaskOrdering()
Constructor.

Method Detail

getOrder

public int getOrder()
Gets the order.

Returns:
the order (see ORDER_ constants)

setOrder

public void setOrder(int iOrder)
Sets the order.

Parameters:
iOrder - the order (see ORDER_ constants)

getColumn

public TasksPreferences.TaskColumn getColumn()
Gets the column.

Returns:
the column

setColumn

public void setColumn(TasksPreferences.TaskColumn column)
Sets the column.

Parameters:
column - the column

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.