Class BandedFulfillmentPricingConfig
- java.lang.Object
-
- com.broadleafcommerce.shipping.service.integrations.banded.BandedFulfillmentPricingConfig
-
- All Implemented Interfaces:
Serializable
public class BandedFulfillmentPricingConfig extends Object implements Serializable
Fulfillment pricing configuration read from a file viaBandedFulfillmentPricingProvider.- Author:
- Chad Harchar (charchar)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BandedFulfillmentPricingConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<BandedFulfillmentPricingOption>getShipTables()List of banded pricing fulfillment options that can be chosen.inthashCode()booleanisSampleConfig()Whether this configuration is the out-of-the-box sample.voidsetSampleConfig(boolean sampleConfig)Whether this configuration is the out-of-the-box sample.voidsetShipTables(List<BandedFulfillmentPricingOption> shipTables)List of banded pricing fulfillment options that can be chosen.StringtoString()
-
-
-
Method Detail
-
isSampleConfig
public boolean isSampleConfig()
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()
List of banded pricing fulfillment options that can be chosen.- Returns:
- List of banded pricing fulfillment options.
-
setSampleConfig
public void setSampleConfig(boolean sampleConfig)
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)
List of banded pricing fulfillment options that can be chosen.- Parameters:
shipTables- List of banded pricing fulfillment options.
-
canEqual
protected boolean canEqual(Object other)
-
-