com.ibm.commerce.inventory.beans

Class PackslipOrderItemDataBean

    • Field Detail

      • COPYRIGHT

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

      • PackslipOrderItemDataBean

        public PackslipOrderItemDataBean()
    • Method Detail

      • getCatalogName

        public java.lang.String getCatalogName()
        This method returns the catalog name.
        Returns:
        java.lang.String the catalog name.
      • getCurrency

        public java.lang.String getCurrency()
        This method returns the currency.
        Returns:
        java.lang.String the currency.
      • getCustomerComments

        public java.lang.String getCustomerComments()
        This method returns the customer comments.
        Returns:
        java.lang.String the customer comments.
      • getPackslipItemComponentList

        public com.ibm.commerce.inventory.beans.PackslipItemComponentDataBean[] getPackslipItemComponentList()
        This method returns the list of PackslipItemComponentDataBean.
        Returns:
        com.ibm.commerce.inventory.beans.PackslipItemComponentDataBean[] the list of PackslipItemComponentDataBean.
      • 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.
      • getTotalPrice

        public java.lang.String getTotalPrice()
        This method returns the total price.
        Returns:
        java.lang.String the total price.
      • getUnitPrice

        public java.lang.String getUnitPrice()
        This method returns the unit price.
        Returns:
        java.lang.String the unit price.
      • setCatalogName

        public void setCatalogName(java.lang.String newCatalogName)
        This method sets the catalog name.
        Parameters:
        newCatalogName - java.lang.String
      • setCurrency

        public void setCurrency(java.lang.String newCurrency)
        This method sets the currency.
        Parameters:
        newCurrency - java.lang.String
      • setCustomerComments

        public void setCustomerComments(java.lang.String newCustomerComments)
        This method sets the customer comments.
        Parameters:
        newCustomerComments - java.lang.String
      • setPackslipItemComponentList

        public void setPackslipItemComponentList(com.ibm.commerce.inventory.beans.PackslipItemComponentDataBean[] newPackslipItemComponentList)
        This method sets the list of the PackslipItemComponentDataBean.
        Parameters:
        newPackslipItemComponentList - com.ibm.commerce.inventory.beans.PackslipItemComponentDataBean[]
      • 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
      • setTotalPrice

        public void setTotalPrice(java.lang.String newTotalPrice)
        This method sets the total price.
        Parameters:
        newTotalPrice - java.lang.String
      • setUnitPrice

        public void setUnitPrice(java.lang.String newUnitPrice)
        This method sets the unit price.
        Parameters:
        newUnitPrice - java.lang.String
      • getIsExpedited

        public java.lang.String getIsExpedited()
        This method returns the IsExpedited value (Y or N).
        Returns:
        the IsExpedited value (Y or N).
      • setIsExpedited

        public void setIsExpedited(java.lang.String newIsExpedited)
        This method sets the IsExpedited value (Y or N).
        Parameters:
        newIsExpedited -
      • getOrderItemId

        public java.lang.String getOrderItemId()
        This method returns the order item id.
        Returns:
        String the order item id.
      • setOrderItemId

        public void setOrderItemId(java.lang.String orderItemId)
        This method sets the order item id.
        Parameters:
        orderItemId - The orderItemId to set.