com.ail.core.product.registerproduct
Interface RegisterProductArg

All Superinterfaces:
CommandArg, java.io.Serializable
All Known Implementing Classes:
RegisterProductArgImp, RegisterProductCommand

public interface RegisterProductArg
extends CommandArg

Version:
$Revision$
Author:
$Author$

Method Summary
 ProductDetails getProductDetailsArg()
          Details of the product to be added to the registry.
 void setProductDetailsArg(ProductDetails productsDetailsArg)
          Details of the product to be added to the registry
 
Methods inherited from interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Method Detail

getProductDetailsArg

ProductDetails getProductDetailsArg()
Details of the product to be added to the registry.

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

setProductDetailsArg

void setProductDetailsArg(ProductDetails productsDetailsArg)
Details of the product to be added to the registry

Parameters:
productsDetailsArg - new value for property.
See Also:
getProductDetailsArg()