Class VirtualFulfillmentPricingConfig
java.lang.Object
com.broadleafcommerce.shipping.virtual.VirtualFulfillmentPricingConfig
- All Implemented Interfaces:
Serializable
Deprecated.
Since 1.7.0. Moved to shipping service.
Fulfillment pricing configuration read from a file via
VirtualFulfillmentPricingProvider.- Author:
- Marie Standeven (marieStandeven)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.Deprecated.List of virtual pricing fulfillment options that can be chosen.inthashCode()Deprecated.booleanDeprecated.Whether this configuration is the out-of-the-box sample.voidsetFulfillmentOptions(List<VirtualFulfillmentPricingOption> fulfillmentOptions) Deprecated.List of virtual pricing fulfillment options that can be chosen.voidsetSampleConfig(boolean sampleConfig) Deprecated.Whether this configuration is the out-of-the-box sample.toString()Deprecated.
-
Constructor Details
-
VirtualFulfillmentPricingConfig
public VirtualFulfillmentPricingConfig()Deprecated.
-
-
Method Details
-
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.
-
getFulfillmentOptions
Deprecated.List of virtual pricing fulfillment options that can be chosen.- Returns:
- List of virtual 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.
-
setFulfillmentOptions
Deprecated.List of virtual pricing fulfillment options that can be chosen.- Parameters:
fufillmentOptions- List of virtual pricing fulfillment options.
-
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-