Compoze Software, Inc.

com.compoze.domino
Class SortProperty

java.lang.Object
  extended bycom.compoze.domino.SortProperty
All Implemented Interfaces:
java.io.Serializable

public class SortProperty
extends java.lang.Object
implements java.io.Serializable

This class represents a property and a sort parameter.

See Also:
Serialized Form

Constructor Summary
SortProperty(SortPropertyKey key, SortOrder order)
          Constructor.
 
Method Summary
 SortPropertyKey getKey()
          Gets the key.
 SortOrder getSortOrder()
          Gets the sort order.
 java.lang.String toString()
          Returns the string representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SortProperty

public SortProperty(SortPropertyKey key,
                    SortOrder order)
Constructor.

Parameters:
key - the property to sort by (may not be null)
order - the sort order (may not be null)
Method Detail

getKey

public SortPropertyKey getKey()
Gets the key.

Returns:
the key

getSortOrder

public SortOrder getSortOrder()
Gets the sort order.

Returns:
the sort order

toString

public java.lang.String toString()
Returns the string representation of this object.

Returns:
the string representation of this object

Compoze Software, Inc.

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