Class VirtualFulfillmentPricingConfig
- java.lang.Object
-
- com.broadleafcommerce.shipping.service.integrations.virtual.VirtualFulfillmentPricingConfig
-
- All Implemented Interfaces:
Serializable
public class VirtualFulfillmentPricingConfig extends Object implements Serializable
Fulfillment pricing configuration read from a file viaVirtualFulfillmentPricingProvider.- Author:
- Marie Standeven (marieStandeven)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VirtualFulfillmentPricingConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<VirtualFulfillmentPricingOption>getFulfillmentOptions()List of virtual pricing fulfillment options that can be chosen.inthashCode()booleanisSampleConfig()Whether this configuration is the out-of-the-box sample.voidsetFulfillmentOptions(List<VirtualFulfillmentPricingOption> fulfillmentOptions)List of virtual pricing fulfillment options that can be chosen.voidsetSampleConfig(boolean sampleConfig)Whether this configuration is the out-of-the-box sample.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.
-
getFulfillmentOptions
public List<VirtualFulfillmentPricingOption> getFulfillmentOptions()
List of virtual pricing fulfillment options that can be chosen.- Returns:
- List of virtual 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.
-
setFulfillmentOptions
public void setFulfillmentOptions(List<VirtualFulfillmentPricingOption> fulfillmentOptions)
List of virtual pricing fulfillment options that can be chosen.- Parameters:
fufillmentOptions- List of virtual pricing fulfillment options.
-
canEqual
protected boolean canEqual(Object other)
-
-