ProductItemQueryImpl Class
- public class ProductItemQueryImpl
extends CatalogQueryImpl
implements ProductItemQuery
Implementation class for the ProductItemQuery interface.
-
Hierarchy
-
Object
CatalogQueryImpl
ProductItemQueryImpl
-
All Implemented Interfaces
-
CatalogQuery, ProductItemQuery, Serializable
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductItemQueryImpl
public ProductItemQueryImpl()
- Default constructor.
getExpression() Method
public Expression getExpression()
Retrieves the expression associated with this query.
setExpression(Expression) Method
public void setExpression(Expression expression)
Assoicates an expression with this query.
Parameters
-
expression
- The expression to associated with this query.