public class SortResponseControlImpl extends AbstractControl implements SortResponse
OID| Constructor and Description |
|---|
SortResponseControlImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAttributeName() |
SortResultCode |
getSortResult() |
int |
hashCode() |
void |
setAttributeName(String attributeName)
sets the name of the first offending attribute
|
void |
setSortResult(SortResultCode result)
sets the sort result
|
String |
toString()
Return a String representing a Control
|
getOid, isCritical, setCriticalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOid, isCritical, setCriticalpublic void setSortResult(SortResultCode result)
SortResponsesetSortResult in interface SortResponsepublic SortResultCode getSortResult()
getSortResult in interface SortResponsepublic void setAttributeName(String attributeName)
SortResponsesetAttributeName in interface SortResponsepublic String getAttributeName()
getAttributeName in interface SortResponsepublic int hashCode()
hashCode in class AbstractControlObject.hashCode()public boolean equals(Object o)
equals in class AbstractControlObject.equals(Object)public String toString()
AbstractControltoString in class AbstractControlCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.