it.dtt.ca.request
Class ProductInfoRequest

java.lang.Object
  extended by it.dtt.ca.request.CARequest
      extended by it.dtt.ca.request.ProductInfoRequest

public class ProductInfoRequest
extends CARequest

Request information on a specific Product.


Constructor Summary
ProductInfoRequest(Product product)
          Create a request on a specific Product.
 
Method Summary
 Product getProduct()
          Get the Product about which more information is required.
 
Methods inherited from class it.dtt.ca.request.CARequest
cancel, getPrivateData, isCancelled, setPrivateData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductInfoRequest

public ProductInfoRequest(Product product)
Create a request on a specific Product.

Parameters:
product - the product about which more information is required.
Method Detail

getProduct

public Product getProduct()
Get the Product about which more information is required.

Returns:
the product.