|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.message.AbstractMessage
org.apache.directory.shared.ldap.message.AbstractResponse
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.SearchResponseEntry |
---|
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 |
LdapDN |
getObjectName()
Gets the distinguished name of the entry object returned. |
void |
setEntry(Entry entry)
Sets the entry. |
void |
setObjectName(LdapDN 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.AbstractMessage |
---|
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.Message |
---|
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 SearchResponseEntry
public void setEntry(Entry entry)
setEntry
in interface SearchResponseEntry
entry
- the entrypublic LdapDN getObjectName()
getObjectName
in interface SearchResponseEntry
public void setObjectName(LdapDN objectName)
setObjectName
in interface SearchResponseEntry
objectName
- the Dn of the entry returned.public boolean equals(java.lang.Object obj)
equals
in class AbstractMessage
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 |