public class SortResponseControlImpl extends AbstractControl implements SortResponse
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
attributeName
name of the first offending attribute
|
private SortResultCode |
result
the sort operations result code
|
OID| Constructor and Description |
|---|
SortResponseControlImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAttributeName() |
SortResultCode |
getSortResult() |
int |
hashCode() |
void |
setAttributeName(java.lang.String attributeName)
sets the name of the first offending attribute
|
void |
setSortResult(SortResultCode result)
sets the sort result
|
java.lang.String |
toString()
Return a String representing a Control
|
getOid, isCritical, setCriticalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOid, isCritical, setCriticalprivate SortResultCode result
private java.lang.String attributeName
public void setSortResult(SortResultCode result)
SortResponsesetSortResult in interface SortResponsepublic SortResultCode getSortResult()
getSortResult in interface SortResponsepublic void setAttributeName(java.lang.String attributeName)
SortResponsesetAttributeName in interface SortResponsepublic java.lang.String getAttributeName()
getAttributeName in interface SortResponsepublic int hashCode()
hashCode in class AbstractControlObject.hashCode()public boolean equals(java.lang.Object o)
equals in class AbstractControlObject.equals(Object)public java.lang.String toString()
AbstractControltoString in class AbstractControl