© 2005 BEA Systems, Inc.

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

java.lang.Object
  extended bycom.beasys.commerce.ebusiness.catalog.service.query.CatalogQueryImpl
      extended bycom.beasys.commerce.ebusiness.catalog.service.query.ProductItemQueryImpl
All Implemented Interfaces:
CatalogQuery, ProductItemQuery, Serializable

public class ProductItemQueryImpl
extends CatalogQueryImpl
implements ProductItemQuery

Implementation class for the ProductItemQuery interface.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.beasys.commerce.ebusiness.catalog.service.query.CatalogQuery
ALL_RESULTS
 
Constructor Summary
ProductItemQueryImpl()
          Default constructor.
 
Method Summary
 Expression getExpression()
          Retrieves the expression associated with this query.
 void setExpression(Expression expression)
          Assoicates an expression 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

ProductItemQueryImpl

public ProductItemQueryImpl()
Default constructor.

Method Detail

getExpression

public Expression getExpression()
Retrieves the expression associated with this query.

Specified by:
getExpression in interface ProductItemQuery

setExpression

public void setExpression(Expression expression)
Assoicates an expression with this query.

Specified by:
setExpression in interface ProductItemQuery
Parameters:
expression - The expression to associated with this query.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved