Class BandedFulfillmentPricingOption
java.lang.Object
com.broadleafcommerce.shipping.FulfillmentOption
com.broadleafcommerce.shipping.banded.BandedFulfillmentPricingOption
- All Implemented Interfaces:
Serializable
Deprecated.
Since 1.7.0. Moved to shipping service.
A banded fulfillment option has potentially many configurations per option defined by the bands
(or tiers) in that option. This configuration will apply some combination of pricing using banded
prices for groups and items and rate (percentage) calculations.
- Author:
- Chad Harchar (charchar)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated.boolean
Deprecated.getBands()
Deprecated.Deprecated.What type of band this option represents.Deprecated.The number of days this option is expected to ship.getUnits()
Deprecated.The units to specify theFulfillmentOptionBand.getMinimum()
in.int
hashCode()
Deprecated.void
setBands
(List<FulfillmentOptionBand> bands) Deprecated.void
setBandType
(String bandType) Deprecated.What type of band this option represents.void
setDaysToShip
(Integer daysToShip) Deprecated.The number of days this option is expected to ship.void
Deprecated.The units to specify theFulfillmentOptionBand.getMinimum()
in.toString()
Deprecated.Methods inherited from class com.broadleafcommerce.shipping.FulfillmentOption
getDescription, getName, getTaxCode, isTaxable, isUseFlatRates, setDescription, setName, setTaxable, setTaxCode, setUseFlatRates
-
Constructor Details
-
BandedFulfillmentPricingOption
public BandedFulfillmentPricingOption()Deprecated.
-
-
Method Details
-
getBands
Deprecated. -
getBandType
Deprecated.What type of band this option represents. This drives whatFulfillmentOptionBand.getMinimum()
is compared against.- Returns:
- What type of band this option represents.
-
getUnits
Deprecated.The units to specify theFulfillmentOptionBand.getMinimum()
in.- Returns:
- The units to specify the
FulfillmentOptionBand.getMinimum()
in.
-
getDaysToShip
Deprecated.The number of days this option is expected to ship.- Returns:
- The number of days this option is expected to ship.
-
setBands
Deprecated. -
setBandType
Deprecated.What type of band this option represents. This drives whatFulfillmentOptionBand.getMinimum()
is compared against.- Parameters:
bandType
- The type of band this option represents.
-
setUnits
Deprecated.The units to specify theFulfillmentOptionBand.getMinimum()
in.- Parameters:
units
- The units to specify theFulfillmentOptionBand.getMinimum()
in.
-
setDaysToShip
Deprecated.The number of days this option is expected to ship.- Parameters:
daysToShip
- The number of days this option is expected to ship. estimate.
-
equals
Deprecated.- Overrides:
equals
in classFulfillmentOption
-
canEqual
Deprecated.- Overrides:
canEqual
in classFulfillmentOption
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in classFulfillmentOption
-
toString
Deprecated.- Overrides:
toString
in classFulfillmentOption
-