KeywordQueryImpl Class

com.beasys.commerce.ebusiness.catalog.service.query
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

Constructor Summary

KeywordQueryImpl()

Default constructor.
 

Method Summary

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  com.beasys.commerce.ebusiness.catalog.service.query.CatalogQueryImpl
getMaxSearchResults, setMaxSearchResults
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface com.beasys.commerce.ebusiness.catalog.service.query.CatalogQuery
getMaxSearchResults, setMaxSearchResults
 
Methods from interface com.beasys.commerce.ebusiness.catalog.service.query.KeywordQuery
getKeywords, setKeywords
 

Constructor Detail

KeywordQueryImpl

public KeywordQueryImpl()
Default constructor.
 

Method Detail

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.