Class FixedFulfillmentPricingOption
java.lang.Object
com.broadleafcommerce.shipping.FulfillmentOption
com.broadleafcommerce.shipping.fixed.FixedFulfillmentPricingOption
- All Implemented Interfaces:
Serializable
Deprecated.
Since 1.7.0. Moved to shipping service.
A fixed fulfillment option has only one configuration per option as defined by the fields in this
class. This configuration will apply some combination of pricing using fixed prices for groups
and items and rate (percentage) calculations.
- Author:
- Chad Harchar (charchar)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.Deprecated.The number of days this option is expected to ship.Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest.Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItemin a group.Deprecated.Percentage to multiply against aFulfillmentPricingItem.getMerchandiseTotalAmount()() FulfillmentItem's total}.inthashCode()Deprecated.voidsetDaysToShip(Integer daysToShip) Deprecated.The number of days this option is expected to ship.voidsetFixedPricePerGroup(Set<FulfillmentPriceAmount> fixedPricePerGroup) Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest.voidsetFixedPricePerItem(Set<FulfillmentPriceAmount> fixedPricePerItem) Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItemin a group.voidsetPercentagePerItem(BigDecimal percentagePerItem) Deprecated.Percentage to multiply against aFulfillmentPricingItem.getMerchandiseTotalAmount()() FulfillmentItem's total}.toString()Deprecated.Methods inherited from class com.broadleafcommerce.shipping.FulfillmentOption
getDescription, getName, getTaxCode, isTaxable, isUseFlatRates, setDescription, setName, setTaxable, setTaxCode, setUseFlatRates
-
Constructor Details
-
FixedFulfillmentPricingOption
public FixedFulfillmentPricingOption()Deprecated.
-
-
Method Details
-
getPercentagePerItem
Deprecated.Percentage to multiply against aFulfillmentPricingItem.getMerchandiseTotalAmount()() FulfillmentItem's total}.- Returns:
- Percentage to multiply against a
FulfillmentPricingItem.getMerchandiseTotalAmount()() FulfillmentItem's total}.
-
getFixedPricePerItem
Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItemin a group.- Returns:
- Fixed prices (by currency) to add per
FulfillmentPricingItemin a group.
-
getFixedPricePerGroup
Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest.- Returns:
- Fixed prices (by currency) to add per
FulfillmentPricingRequest.
-
getDaysToShip
Deprecated.The number of days this option is expected to ship.- Returns:
- The number of days this option is expected to ship.
-
setPercentagePerItem
Deprecated.Percentage to multiply against aFulfillmentPricingItem.getMerchandiseTotalAmount()() FulfillmentItem's total}.- Parameters:
percentagePerItem- Percentage to multiply against aFulfillmentPricingItem.getMerchandiseTotalAmount()() FulfillmentItem's total}.
-
setFixedPricePerItem
Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItemin a group.- Parameters:
fixedPricePerItem- Fixed prices (by currency) to add perFulfillmentPricingItemin a group.
-
setFixedPricePerGroup
Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest.- Parameters:
fixedPricePerGroup- Fixed prices (by currency) to add perFulfillmentPricingRequest.
-
setDaysToShip
Deprecated.The number of days this option is expected to ship.- Parameters:
daysToShip- The number of days this option is expected to ship.
-
equals
Deprecated.- Overrides:
equalsin classFulfillmentOption
-
canEqual
Deprecated.- Overrides:
canEqualin classFulfillmentOption
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classFulfillmentOption
-
toString
Deprecated.- Overrides:
toStringin classFulfillmentOption
-