public class SortRequestControlImpl extends AbstractControl implements SortRequest
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<SortKey> |
sortKeys
the list of sort keys
|
OID| Constructor and Description |
|---|
SortRequestControlImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSortKey(SortKey skey)
adds a sort key
|
java.util.List<SortKey> |
getSortKeys() |
void |
setSortKeys(java.util.List<SortKey> sortKeys)
sets the sort keys
|
java.lang.String |
toString()
Return a String representing a Control
|
equals, getOid, hashCode, isCritical, setCriticalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOid, isCritical, setCriticalprivate java.util.List<SortKey> sortKeys
public java.util.List<SortKey> getSortKeys()
getSortKeys in interface SortRequestpublic void setSortKeys(java.util.List<SortKey> sortKeys)
SortRequestsetSortKeys in interface SortRequestsortKeys - the sortKeys to setpublic void addSortKey(SortKey skey)
SortRequestaddSortKey in interface SortRequestpublic java.lang.String toString()
AbstractControltoString in class AbstractControl