com.xtravelsystem.online.published.V1_0RC1.common.answers
Class GetProductRS

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.common.answers.GetProductRS

public class GetProductRS
extends java.lang.Object

holder for the getproduct method response

Author:
Miguel Pérez

Constructor Summary
GetProductRS()
           
GetProductRS(Product[] product)
           
 
Method Summary
 Product[] getProduct()
          the product tree
 void setProduct(Product[] product)
          the product tree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetProductRS

public GetProductRS()

GetProductRS

public GetProductRS(Product[] product)
Method Detail

getProduct

public Product[] getProduct()
the product tree


setProduct

public void setProduct(Product[] product)
the product tree