public class SearchCriteria extends Object
| Constructor and Description |
|---|
SearchCriteria() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Returns the search key
|
String |
getValue()
Return the search value
|
void |
setKey(String key)
Set the search key
|
void |
setValue(String value)
Set the search value
|
public String getKey()
public void setKey(String key)
key - the search keypublic String getValue()
public void setValue(String value)
value - the search value