|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.vt.middleware.ldap.SearchFilter
public class SearchFilter
SearchFilter provides a bean for a filter and it's arguments.
| Constructor Summary | |
|---|---|
SearchFilter()
Default constructor. |
|
SearchFilter(String s)
Creates a new search filter with the supplied filter. |
|
SearchFilter(String s,
List<?> o)
Creates a new string search filter with the supplied filter and arguments. |
|
SearchFilter(String s,
Object[] o)
Creates a new search filter with the supplied filter and arguments. |
|
| Method Summary | |
|---|---|
String |
getFilter()
Gets the filter. |
List<Object> |
getFilterArgs()
Gets the filter arguments. |
void |
setFilter(String s)
Sets the filter. |
void |
setFilterArgs(List<?> o)
Sets the filter arguments. |
void |
setFilterArgs(Object[] o)
Sets the filter arguments. |
String |
toString()
This returns a string representation of this search filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SearchFilter()
public SearchFilter(String s)
s - to set filter
public SearchFilter(String s,
List<?> o)
s - to set filtero - to set filter arguments
public SearchFilter(String s,
Object[] o)
s - to set filtero - to set filter arguments| Method Detail |
|---|
public String getFilter()
public void setFilter(String s)
s - to set filterpublic List<Object> getFilterArgs()
public void setFilterArgs(List<?> o)
o - to set filter argumentspublic void setFilterArgs(Object[] o)
o - to set filter argumentspublic String toString()
toString in class ObjectString
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||