public class SortRequestImpl extends AbstractControl implements SortRequest
| Modifier and Type | Field and Description |
|---|---|
private List<SortKey> |
sortKeys
the list of sort keys
|
OID| Constructor and Description |
|---|
SortRequestImpl()
Creates a new SortRequestControlImpl instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSortKey(SortKey skey)
adds a sort key
|
boolean |
equals(Object o) |
List<SortKey> |
getSortKeys() |
int |
hashCode() |
void |
setSortKeys(List<SortKey> sortKeys)
sets the sort keys
|
String |
toString()
Return a String representing a Control
|
getOid, isCritical, setCriticalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOid, isCritical, setCriticalpublic SortRequestImpl()
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 int hashCode()
hashCode in class AbstractControlObject.hashCode()public boolean equals(Object o)
equals in class AbstractControlObject.equals(Object)public String toString()
toString in class AbstractControlCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.