com.ibm.commerce.catalog.beans
Interface ProductInputDataBean

All Superinterfaces:
DataBean, InputDataBean, java.io.Serializable
All Known Implementing Classes:
ProductDataBean

public interface ProductInputDataBean
extends InputDataBean

This interface is implemented by different catalog entry databeans.


Field Summary
Fields inherited from interface com.ibm.commerce.beans.InputDataBean
COPYRIGHT
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
Method Summary
void setErrorMode(boolean aErrorMode)
Sets the error mode.
void setPartNumber(java.lang.String productPartNumber)
Sets the part number.
void setProductID(java.lang.String productID)
Sets the product ID.
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties

Method Detail

setPartNumber

public void setPartNumber(java.lang.String productPartNumber)
Sets the part number.
Parameters:
productPartNumber - The part number.

setProductID

public void setProductID(java.lang.String productID)
Sets the product ID.

setErrorMode

public void setErrorMode(boolean aErrorMode)
Sets the error mode.
Parameters:
aErrorMode - true to have the error mode sets; false otherwise.

Feedback