com.beasys.commerce.ebusiness.catalog.service.query
Class KeywordQueryImpl

java.lang.Object
  extended by com.beasys.commerce.ebusiness.catalog.service.query.CatalogQueryImpl
      extended by com.beasys.commerce.ebusiness.catalog.service.query.KeywordQueryImpl
All Implemented Interfaces
CatalogQuery, KeywordQuery, Serializable

public class KeywordQueryImpl
extends CatalogQueryImpl
implements KeywordQuery

Implementation class for the KeywordQuery interface.

See Also
Serialized Form

Field Summary
 
Fields inherited from interface com.beasys.commerce.ebusiness.catalog.service.query.CatalogQuery
ALL_RESULTS
 
Constructor Summary
KeywordQueryImpl()
          Default constructor.
 
Method Summary
 String[] getKeywords()
          Retrieves the list of keywords associated with this query.
 void setKeywords(String[] keywords)
          Associates a list of keywords with this query.
 
Methods inherited from class com.beasys.commerce.ebusiness.catalog.service.query.CatalogQueryImpl
getMaxSearchResults, setMaxSearchResults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.beasys.commerce.ebusiness.catalog.service.query.CatalogQuery
getMaxSearchResults, setMaxSearchResults
 

Constructor Detail

KeywordQueryImpl

public KeywordQueryImpl()
Default constructor.

Method Detail

getKeywords

public String[] getKeywords()
Description copied from interface: KeywordQuery
Retrieves the list of keywords associated with this query.

Specified by:
getKeywords in interface KeywordQuery
Returns
An array of keywords associated with this query.

setKeywords

public void setKeywords(String[] keywords)
Description copied from interface: KeywordQuery
Associates a list of keywords with this query.

Specified by:
setKeywords in interface KeywordQuery
Parameters
keywords - The list of keywords to associate with this query.


Copyright © 2006 BEA Systems, Inc. All Rights Reserved