public class SortResponseImpl extends AbstractControl implements SortResponse
| Modifier and Type | Field and Description |
|---|---|
private String |
attributeName
name of the first offending attribute
|
private SortResultCode |
result
the sort operations result code
|
OID| Constructor and Description |
|---|
SortResponseImpl()
Creates a new SortResponseControlImpl instance
|
| 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, setCriticalprivate SortResultCode result
private String attributeName
public SortResponseImpl()
public void setSortResult(SortResultCode result)
setSortResult in interface SortResponseresult - The sort result codepublic SortResultCode getSortResult()
getSortResult in interface SortResponsepublic void setAttributeName(String attributeName)
setAttributeName in interface SortResponseattributeName - The attribute's namepublic 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()
toString in class AbstractControlCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.