|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.SortProperty
This class represents a property and a sort parameter.
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 |
public SortProperty(SortPropertyKey key, SortOrder order)
key
- the property to sort by (may not be null
)order
- the sort order (may not be null
)Method Detail |
public SortPropertyKey getKey()
public SortOrder getSortOrder()
public java.lang.String toString()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |