com.ail.core.product.updateproduct
Interface UpdateProductArg

All Superinterfaces:
CommandArg, java.io.Serializable
All Known Implementing Classes:
UpdateProductArgImp, UpdateProductCommand

public interface UpdateProductArg
extends CommandArg

Version:
$Revision$
Author:
$Author$

Method Summary
 ProductDetails getProductDetailsArg()
          Details of the product to be removed from the registry.
 java.lang.String getProductNameArg()
          The name of the product to be updated.
 void setProductDetailsArg(ProductDetails productsDetailsArg)
          Details of the product to be removed from the registry
 void setProductNameArg(java.lang.String productName)
          The name of the product to be updated.
 
Methods inherited from interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Method Detail

getProductDetailsArg

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

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

setProductDetailsArg

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

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

getProductNameArg

java.lang.String getProductNameArg()
The name of the product to be updated.

Returns:
The name of the product to be updated.

setProductNameArg

void setProductNameArg(java.lang.String productName)
The name of the product to be updated.

Parameters:
productName - The name of the product to update