Class BandedFulfillmentPricingOption
- java.lang.Object
-
- com.broadleafcommerce.shipping.FulfillmentOption
-
- com.broadleafcommerce.shipping.banded.BandedFulfillmentPricingOption
-
- All Implemented Interfaces:
Serializable
@Deprecated public class BandedFulfillmentPricingOption extends FulfillmentOption
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BandedFulfillmentPricingOption()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.List<FulfillmentOptionBand>getBands()Deprecated.StringgetBandType()Deprecated.What type of band this option represents.IntegergetDaysToShip()Deprecated.The number of days this option is expected to ship.StringgetUnits()Deprecated.The units to specify theFulfillmentOptionBand.getMinimum()in.inthashCode()Deprecated.voidsetBands(List<FulfillmentOptionBand> bands)Deprecated.voidsetBandType(String bandType)Deprecated.What type of band this option represents.voidsetDaysToShip(Integer daysToShip)Deprecated.The number of days this option is expected to ship.voidsetUnits(String units)Deprecated.The units to specify theFulfillmentOptionBand.getMinimum()in.StringtoString()Deprecated.-
Methods inherited from class com.broadleafcommerce.shipping.FulfillmentOption
getDescription, getName, getTaxCode, isTaxable, isUseFlatRates, setDescription, setName, setTaxable, setTaxCode, setUseFlatRates
-
-
-
-
Method Detail
-
getBands
public List<FulfillmentOptionBand> getBands()
Deprecated.
-
getBandType
public String 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
public String getUnits()
Deprecated.The units to specify theFulfillmentOptionBand.getMinimum()in.- Returns:
- The units to specify the
FulfillmentOptionBand.getMinimum()in.
-
getDaysToShip
public Integer getDaysToShip()
Deprecated.The number of days this option is expected to ship.- Returns:
- The number of days this option is expected to ship.
-
setBands
public void setBands(List<FulfillmentOptionBand> bands)
Deprecated.
-
setBandType
public void setBandType(String bandType)
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
public void setUnits(String units)
Deprecated.The units to specify theFulfillmentOptionBand.getMinimum()in.- Parameters:
units- The units to specify theFulfillmentOptionBand.getMinimum()in.
-
setDaysToShip
public void setDaysToShip(Integer daysToShip)
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
public boolean equals(Object o)
Deprecated.- Overrides:
equalsin classFulfillmentOption
-
canEqual
protected boolean canEqual(Object other)
Deprecated.- Overrides:
canEqualin classFulfillmentOption
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classFulfillmentOption
-
toString
public String toString()
Deprecated.- Overrides:
toStringin classFulfillmentOption
-
-