Uses of Class
org.ow2.frascati.examples.sales.SalesItem

Uses of SalesItem in org.ow2.frascati.examples.sales
 

Fields in org.ow2.frascati.examples.sales declared as SalesItem
protected  SalesItem SalesResponse.article
           
protected  SalesItem SalesRequest.article
           
 

Methods in org.ow2.frascati.examples.sales that return SalesItem
 SalesItem ObjectFactory.createSalesItem()
          Create an instance of SalesItem
 SalesItem SalesResponse.getArticle()
          Gets the value of the article property.
 SalesItem SalesRequest.getArticle()
          Gets the value of the article property.
 

Methods in org.ow2.frascati.examples.sales with parameters of type SalesItem
 void SalesResponse.setArticle(SalesItem value)
          Sets the value of the article property.
 void SalesRequest.setArticle(SalesItem value)
          Sets the value of the article property.
static java.lang.String Helper.toString(SalesItem salesItem)
           
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.