Class BandedFulfillmentPricingConfig
- java.lang.Object
-
- com.broadleafcommerce.shipping.banded.BandedFulfillmentPricingConfig
-
- All Implemented Interfaces:
Serializable
@Deprecated public class BandedFulfillmentPricingConfig extends Object implements Serializable
Deprecated.Since 1.7.0. Moved to shipping service.Fulfillment pricing configuration read from a file viaBandedFulfillmentPricingProvider
.- Author:
- Chad Harchar (charchar)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BandedFulfillmentPricingConfig()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
Deprecated.boolean
equals(Object o)
Deprecated.List<BandedFulfillmentPricingOption>
getShipTables()
Deprecated.List of banded pricing fulfillment options that can be chosen.int
hashCode()
Deprecated.boolean
isSampleConfig()
Deprecated.Whether this configuration is the out-of-the-box sample.void
setSampleConfig(boolean sampleConfig)
Deprecated.Whether this configuration is the out-of-the-box sample.void
setShipTables(List<BandedFulfillmentPricingOption> shipTables)
Deprecated.List of banded pricing fulfillment options that can be chosen.String
toString()
Deprecated.
-
-
-
Method Detail
-
isSampleConfig
public boolean isSampleConfig()
Deprecated.Whether this configuration is the out-of-the-box sample. If true, a warning will be logged.- Returns:
- Whether this configuration is the out-of-the-box sample.
-
getShipTables
public List<BandedFulfillmentPricingOption> getShipTables()
Deprecated.List of banded pricing fulfillment options that can be chosen.- Returns:
- List of banded pricing fulfillment options.
-
setSampleConfig
public void setSampleConfig(boolean sampleConfig)
Deprecated.Whether this configuration is the out-of-the-box sample. If true, a warning will be logged.- Parameters:
sampleConfig
- Whether this configuration is the out-of-the-box sample.
-
setShipTables
public void setShipTables(List<BandedFulfillmentPricingOption> shipTables)
Deprecated.List of banded pricing fulfillment options that can be chosen.- Parameters:
shipTables
- List of banded pricing fulfillment options.
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-