com.ibm.commerce.inventory.beans

Class PickTicketPickbatchItemDataBean

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PickTicketPickbatchItemDataBean

        public PickTicketPickbatchItemDataBean()
    • Method Detail

      • getProductDescription

        public java.lang.String getProductDescription()
        This method returns the product description.
        Returns:
        java.lang.String the product description.
      • getProductName

        public java.lang.String getProductName()
        This method returns the product name.
        Returns:
        java.lang.String the product name.
      • getQuantity

        public java.lang.String getQuantity()
        This method returns the quantity.
        Returns:
        java.lang.String the quantity.
      • getSKU

        public java.lang.String getSKU()
        This method returns the SKU.
        Returns:
        java.lang.String the SKU.
      • setProductDescription

        public void setProductDescription(java.lang.String newProductDescription)
        This method sets the product description.
        Parameters:
        newProductDescription - java.lang.String
      • setProductName

        public void setProductName(java.lang.String newProductName)
        This method sets the product name.
        Parameters:
        newProductName - java.lang.String
      • setQuantity

        public void setQuantity(java.lang.String newQuantity)
        This method sets the quantity.
        Parameters:
        newQuantity - java.lang.String
      • setSKU

        public void setSKU(java.lang.String newSKU)
        This method sets the SKU.
        Parameters:
        newSKU - java.lang.String