com.ibm.commerce.catalog.beans

Interface ProductInputDataBean

    • Method Detail

      • setPartNumber

        void setPartNumber(java.lang.String productPartNumber)
        Sets the part number. The part number for the product is stored in the CATENTRY database table.
        Parameters:
        productPartNumber - The part number.
      • setProductID

        void setProductID(java.lang.String productID)
        Sets the product ID. The product ID for the product is stored in the CATENTRY database table.
        Parameters:
        productId - The product ID.
      • setErrorMode

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