com.ibm.commerce.orderquotation.commands

Interface QuotationResponseItemBase

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright statement.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        Copyright statement.
        See Also:
        Constant Field Values
    • Method Detail

      • setGlobalProductId

        void setGlobalProductId(java.lang.String globalProductId)
        Sets the global product id of the item.
        Parameters:
        globalProductId - The global product id.
      • getGlobalProductId

        java.lang.String getGlobalProductId()
        Gets the global product id of the item.
        Returns:
        The global product id.
      • setDistributorProductId

        void setDistributorProductId(java.lang.String distributorProductId)
        Sets the distributor product id of the item.
        Parameters:
        distributorProductId - The distributor product id.
      • getDistributorProductId

        java.lang.String getDistributorProductId()
        Gets the distributor product id of the item.
        Returns:
        The distributor product id.
      • setAvailableQuantity

        void setAvailableQuantity(java.lang.Double quantity)
        Sets the available quantity of the item.
        Parameters:
        quantity - The available quantity.
      • getAvailableQuantity

        java.lang.Double getAvailableQuantity()
        Gets the available quantity of the item.
        Returns:
        The available quantity.
      • setPriceQuantity

        void setPriceQuantity(java.lang.Double quantity)
        Sets the price quantity of the item (the amount that the price is for).
        Parameters:
        quantity - The price quantity.
      • getPriceQuantity

        java.lang.Double getPriceQuantity()
        Gets the price quantity of the item (the amount that the price is for).
        Returns:
        The price quantity.
      • setQuoteQuantity

        void setQuoteQuantity(java.lang.Double quantity)
        Sets the quote quantity of the item (the amount that must be purchased to get the quoted price).
        Parameters:
        quantity - The quote quantity.
      • getQuoteQuantity

        java.lang.Double getQuoteQuantity()
        Gets the quote quantity of the item (the amount that must be purchased to get the quoted price).
        Returns:
        The quote quantity.
      • setPrice

        void setPrice(MonetaryAmount price)
        Sets the price of the item
        Parameters:
        price - The price.
      • getPrice

        MonetaryAmount getPrice()
        Gets the price of the item
        Returns:
        The price.
      • setUOM

        void setUOM(java.lang.String UOM)
        Sets the unit of measure for the item.
        Parameters:
        UOM - The unit of measure.
      • getUOM

        java.lang.String getUOM()
        Gets the unit of measure for the item.
        Returns:
        The unit of measure.
      • setEstimatedAvailabilityDate

        void setEstimatedAvailabilityDate(java.sql.Timestamp estAvailDate)
        Sets the estimated availability date of the item.
        Parameters:
        estAvailDate - The estimated availability date.
      • getEstimatedAvailabilityDate

        java.sql.Timestamp getEstimatedAvailabilityDate()
        Gets the estimated availability date of the item.
        Returns:
        The estimated availability date.
      • setSupplierData

        void setSupplierData(java.lang.String supplierData)
        Sets the supplier data for the item.
        Parameters:
        supplierData - The supplier data.
      • getSupplierData

        java.lang.String getSupplierData()
        Gets the supplier data for the item.
        Returns:
        The supplier data.
      • getDescription

        java.lang.String getDescription()
        Gets the description.
        Returns:
        The description.
      • setDescription

        void setDescription(java.lang.String description)
        Sets the description.
        Parameters:
        description - The description.
      • getPromotionMsgList

        java.util.List getPromotionMsgList()
        Gets the promotion message list.
        Returns:
        The promotion message list.
      • setPromotionMsgList

        void setPromotionMsgList(java.util.List promotionMsgList)
        Sets the promotion message list.
        Parameters:
        promotionMsgList - The promotion message list.
      • getStatus

        java.lang.String getStatus()
        Returns the status.
        Returns:
        String
      • setStatus

        void setStatus(java.lang.String status)
        Sets the status.
        Parameters:
        status - The status to set