Class FixedFulfillmentPricingConfig
- java.lang.Object
-
- com.broadleafcommerce.shipping.service.integrations.fixed.FixedFulfillmentPricingConfig
-
- All Implemented Interfaces:
Serializable
public class FixedFulfillmentPricingConfig extends Object implements Serializable
Fulfillment pricing configuration read from a file viaFixedFulfillmentPricingProvider
.- Author:
- Chad Harchar (charchar)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FixedFulfillmentPricingConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<FixedFulfillmentPricingOption>
getShipTables()
List of fixed pricing fulfillment options that can be chosen.int
hashCode()
boolean
isSampleConfig()
Whether this configuration is the out-of-the-box sample.void
setSampleConfig(boolean sampleConfig)
Whether this configuration is the out-of-the-box sample.void
setShipTables(List<FixedFulfillmentPricingOption> shipTables)
List of fixed pricing fulfillment options that can be chosen.String
toString()
-
-
-
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<FixedFulfillmentPricingOption> getShipTables()
List of fixed pricing fulfillment options that can be chosen.- Returns:
- List of fixed 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<FixedFulfillmentPricingOption> shipTables)
List of fixed pricing fulfillment options that can be chosen.- Parameters:
shipTables
- List of fixed pricing fulfillment options.
-
canEqual
protected boolean canEqual(Object other)
-
-