|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
org.apache.directory.shared.ldap.message.internal.InternalAbstractResponse
org.apache.directory.shared.ldap.message.SearchResponseEntryImpl
public class SearchResponseEntryImpl
Lockable SearchResponseEntry implementation
Field Summary |
---|
Fields inherited from interface org.apache.directory.shared.ldap.message.internal.InternalSearchResponseEntry |
---|
TYPE |
Constructor Summary | |
---|---|
SearchResponseEntryImpl(int id)
Creates a SearchResponseEntry as a reply to an SearchRequest to indicate the end of a search operation. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Checks for equality by comparing the objectName, and attributes properties of this Message after delegating to the super.equals() method. |
Entry |
getEntry()
Gets the entry |
DN |
getObjectName()
Gets the distinguished name of the entry object returned. |
void |
setEntry(Entry entry)
Sets the entry. |
void |
setObjectName(DN objectName)
Sets the distinguished name of the entry object returned. |
java.lang.String |
toString()
Return a string representation of a SearchResultEntry request |
Methods inherited from class org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage |
---|
add, addAll, get, getControls, getMessageId, getType, hasControl, hashCode, put, remove |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.directory.shared.ldap.message.internal.InternalMessage |
---|
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove |
Constructor Detail |
---|
public SearchResponseEntryImpl(int id)
id
- the session unique message idMethod Detail |
---|
public Entry getEntry()
getEntry
in interface InternalSearchResponseEntry
public void setEntry(Entry entry)
setEntry
in interface InternalSearchResponseEntry
entry
- the entrypublic DN getObjectName()
getObjectName
in interface InternalSearchResponseEntry
public void setObjectName(DN objectName)
setObjectName
in interface InternalSearchResponseEntry
objectName
- the Dn of the entry returned.public boolean equals(java.lang.Object obj)
equals
in class InternalAbstractMessage
obj
- the object to test for equality with this message
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |