KeywordQueryImpl Class
- public class KeywordQueryImpl
extends CatalogQueryImpl
implements KeywordQuery
Implementation class for the KeywordQuery
interface.
-
Hierarchy
-
Object
CatalogQueryImpl
KeywordQueryImpl
-
All Implemented Interfaces
-
CatalogQuery
, KeywordQuery
, Serializable
public String [] |
-
getKeywords ()
- Retrieves the list of keywords associated with this query.
|
public void |
-
setKeywords (String [] keywords)
- Associates a list of keywords with this query.
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeywordQueryImpl
public KeywordQueryImpl()
- Default constructor.
getKeywords() Method
public String
[] getKeywords()
Description copied from KeywordQuery.getKeywords()
Retrieves the list of keywords associated with this query.
Returns
- An array of keywords associated with this query.
setKeywords(String[]) Method
public void setKeywords(String
[] keywords)
Description copied from KeywordQuery.setKeywords(String[])
Associates a list of keywords with this query.
Parameters
-
keywords
- The list of keywords to associate with this query.