Class FulfillmentOptionBand

    • Constructor Detail

      • FulfillmentOptionBand

        public FulfillmentOptionBand()
    • Method Detail

      • getPercentagePerItem

        public BigDecimal getPercentagePerItem()
        Percentage to multiply against a FulfillmentPricingItem.getMerchandiseTotalAmount() () FulfillmentItem's total}.
        Returns:
        Percentage to multiply against a FulfillmentItem's total.
      • getFixedPricePerItem

        public Set<com.broadleafcommerce.shipping.domain.FulfillmentPriceAmount> getFixedPricePerItem()
        Fixed prices (by currency) to add per FulfillmentPricingItem in a group.
        Returns:
        Fixed prices (by currency) to add per FulfillmentPricingItem in a group.
      • getFixedPricePerGroup

        public Set<com.broadleafcommerce.shipping.domain.FulfillmentPriceAmount> getFixedPricePerGroup()
        Fixed prices (by currency) to add per FulfillmentPricingRequest.
        Returns:
        Fixed prices (by currency) to add per FulfillmentPricingRequest.
      • setPercentagePerItem

        public void setPercentagePerItem​(BigDecimal percentagePerItem)
        Percentage to multiply against a FulfillmentPricingItem.getMerchandiseTotalAmount() () FulfillmentItem's total}.
        Parameters:
        percentagePerItem - Percentage to multiply against a FulfillmentPricingItem.getMerchandiseTotalAmount() () FulfillmentItem's total}.
      • setFixedPricePerItem

        public void setFixedPricePerItem​(Set<com.broadleafcommerce.shipping.domain.FulfillmentPriceAmount> fixedPricePerItem)
        Fixed prices (by currency) to add per FulfillmentPricingItem in a group.
        Parameters:
        fixedPricePerItem - Fixed prices (by currency) to add per FulfillmentPricingItem in a group.
      • setFixedPricePerGroup

        public void setFixedPricePerGroup​(Set<com.broadleafcommerce.shipping.domain.FulfillmentPriceAmount> fixedPricePerGroup)
        Fixed prices (by currency) to add per FulfillmentPricingRequest.
        Parameters:
        fixedPricePerGroup - Fixed prices (by currency) to add per FulfillmentPricingRequest.