com.ail.core.product.listproducts
Interface ListProductsArg

All Superinterfaces:
CommandArg, java.io.Serializable
All Known Implementing Classes:
ListProductsArgImp, ListProductsCommand

public interface ListProductsArg
extends CommandArg

Version:
$Revision: 1.3 $

Method Summary
 java.util.Collection<ProductDetails> getProductsRet()
          Getter for the productsRet propersty.
 void setProductsRet(java.util.Collection<ProductDetails> productsRet)
          Setter for the productsRet property.
 
Methods inherited from interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Method Detail

getProductsRet

java.util.Collection<ProductDetails> getProductsRet()
Getter for the productsRet propersty. A collection of ProductDetails representing all the products know to the system is returned.

Returns:
Value of productsRet, or null if it is unset

setProductsRet

void setProductsRet(java.util.Collection<ProductDetails> productsRet)
Setter for the productsRet property.

Parameters:
productsRet - new value for property.
See Also:
getProductsRet()