Uses of Class
wt.clients.prodmgmt.ProductItem

Packages that use ProductItem
wt.clients.prodmgmt   
 

Uses of ProductItem in wt.clients.prodmgmt
 

Fields in wt.clients.prodmgmt declared as ProductItem
protected  ProductItem UpdateProductFrame.product
           
protected  ProductItem CreateProductFrame.product
           
 

Methods in wt.clients.prodmgmt that return ProductItem
 ProductItem UpdateProductFrame.getProductItem()
           
 ProductItem CreateProductFrame.getProductItem()
           
 

Methods in wt.clients.prodmgmt with parameters of type ProductItem
 void UpdateProductFrame.setProductItem(ProductItem product)
          Set the ProductItem to update.
 void CreateProductFrame.setProductItem(ProductItem product)
          Set the ProductItem to manipulate.