public class SortRequestControlImpl extends AbstractControl implements SortRequest
| Modifier and Type | Field and Description |
|---|---|
private List<SortKey> |
sortKeys
the list of sort keys
|
OID| Constructor and Description |
|---|
SortRequestControlImpl()
Creates a new SortRequestControlImpl instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSortKey(SortKey skey)
adds a sort key
|
List<SortKey> |
getSortKeys() |
void |
setSortKeys(List<SortKey> sortKeys)
sets the sort keys
|
String |
toString()
Return a String representing a Control
|
equals, getOid, hashCode, isCritical, setCriticalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOid, isCritical, setCriticalpublic SortRequestControlImpl()
public List<SortKey> getSortKeys()
getSortKeys in interface SortRequestpublic void setSortKeys(List<SortKey> sortKeys)
SortRequestsetSortKeys in interface SortRequestsortKeys - the sortKeys to setpublic void addSortKey(SortKey skey)
addSortKey in interface SortRequestskey - The list of keys to be sortedpublic String toString()
toString in class AbstractControlCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.