Uses of Class
org.apache.commons.betwixt.schema.ProductBean

Packages that use ProductBean
org.apache.commons.betwixt.schema   
 

Uses of ProductBean in org.apache.commons.betwixt.schema
 

Methods in org.apache.commons.betwixt.schema that return ProductBean
 ProductBean OrderLineBean.getProduct()
           
 

Methods in org.apache.commons.betwixt.schema with parameters of type ProductBean
 void OrderLineBean.setProduct(ProductBean product)
           
 

Constructors in org.apache.commons.betwixt.schema with parameters of type ProductBean
OrderLineBean(int quantity, ProductBean product)
           
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.