public class StoredProcedureSearchContextOption extends java.lang.Object implements StoredProcedureOption
| Modifier and Type | Field and Description |
|---|---|
private Dn |
baseObject |
private SearchScope |
searchScope |
| Constructor and Description |
|---|
StoredProcedureSearchContextOption(Dn baseObject)
Instantiates a new stored procedure search context option.
|
StoredProcedureSearchContextOption(Dn baseObject,
SearchScope searchScope)
Instantiates a new stored procedure search context option.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Dn |
getBaseObject()
Gets the base object.
|
SearchScope |
getSearchScope()
Gets the search scope.
|
int |
hashCode() |
java.lang.String |
toString() |
private final Dn baseObject
private SearchScope searchScope
public StoredProcedureSearchContextOption(Dn baseObject)
baseObject - the base objectpublic StoredProcedureSearchContextOption(Dn baseObject, SearchScope searchScope)
baseObject - the base objectsearchScope - the search scopepublic Dn getBaseObject()
public SearchScope getSearchScope()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object