public class SearchResultEntry extends AbstractMessage implements SearchResponse
Constructor and Description |
---|
SearchResultEntry()
Creates a new instance of SearchResultEntryImpl.
|
Modifier and Type | Method and Description |
---|---|
org.apache.directory.shared.ldap.entry.Entry |
getEntry()
Gets the entry.
|
org.apache.directory.shared.ldap.name.DN |
getObjectName()
Gets the distinguished name of the entry object returned.
|
void |
setEntry(org.apache.directory.shared.ldap.entry.Entry entry)
Sets an entry
|
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId
public SearchResultEntry()
public org.apache.directory.shared.ldap.name.DN getObjectName()
public org.apache.directory.shared.ldap.entry.Entry getEntry()
public void setEntry(org.apache.directory.shared.ldap.entry.Entry entry)
entry
- the entryCopyright © 2009–2014 The Apache Software Foundation. All rights reserved.