© 2002 BEA Systems, Inc.


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

java.lang.Object
  |
  +--com.beasys.commerce.ebusiness.catalog.service.query.CatalogQueryImpl
        |
        +--com.beasys.commerce.ebusiness.catalog.service.query.ProductItemQueryImpl

public class ProductItemQueryImpl
extends CatalogQueryImpl
implements ProductItemQuery

Implementation class for the ProductItemQuery interface.

See Also:
Serialized Form

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
 

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.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved