com.ail.core.product.resetproduct
Interface ResetProductArg

All Superinterfaces:
CommandArg, java.io.Serializable
All Known Implementing Classes:
ResetProductArgImp, ResetProductCommand

public interface ResetProductArg
extends CommandArg

Version:
$Revision: 1.1 $

Method Summary
 java.lang.String getProductNameArg()
          Getter for the productNameArg property.
 void setProductNameArg(java.lang.String productNameArg)
          Setter for the productNameArg property.
 
Methods inherited from interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Method Detail

getProductNameArg

java.lang.String getProductNameArg()
Getter for the productNameArg property. The name of the product to be reset

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

setProductNameArg

void setProductNameArg(java.lang.String productNameArg)
Setter for the productNameArg property. * @see #getProductNameArg

Parameters:
productNameArg - new value for property.