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.
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. |
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
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.