@param type The type of query to execute
(SearchType type)
| 232 | |
| 233 | /** @param type The type of query to execute */ |
| 234 | public void setType(SearchType type) { |
| 235 | this.type = type; |
| 236 | } |
| 237 | |
| 238 | /** @param query The query to execute */ |
| 239 | public void setQuery(String query) { |