|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.io.DataFilterSort
public class DataFilterSort
Contains sorting information for a DataRecordQuery.
Copyright 2009 Partner Software, Inc.
| Constructor Summary | |
|---|---|
DataFilterSort(Cog cog)
Creates a DataFilterSort from the passed cog. |
|
DataFilterSort(java.lang.String fieldName,
DataFilterSortOption sortOption)
Creates a new DataRecordFilterSort. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFieldName()
|
DataFilterSortOption |
getSortOption()
|
Cog |
toCog()
Returns the complete internal state of this object in the form of a Cog. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataFilterSort(java.lang.String fieldName,
DataFilterSortOption sortOption)
fieldName - sortOption - public DataFilterSort(Cog cog)
cog - | Method Detail |
|---|
public java.lang.String getFieldName()
public DataFilterSortOption getSortOption()
public Cog toCog()
CoggableCog.
toCog in interface Coggable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||