Class VirtualFulfillmentPricingConfig
java.lang.Object
com.broadleafcommerce.shipping.service.integrations.virtual.VirtualFulfillmentPricingConfig
- All Implemented Interfaces:
Serializable
@Deprecated(since="1.1.0",
forRemoval=true)
public class VirtualFulfillmentPricingConfig
extends Object
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Fulfillment pricing configuration read from a file via
VirtualFulfillmentPricingProvider
.- Author:
- Marie Standeven (marieStandeven)
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.List of virtual pricing fulfillment options that can be chosen.int
hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.Whether this configuration is the out-of-the-box sample.void
setFulfillmentOptions
(List<VirtualFulfillmentPricingOption> fulfillmentOptions) Deprecated, for removal: This API element is subject to removal in a future version.List of virtual pricing fulfillment options that can be chosen.void
setSampleConfig
(boolean sampleConfig) Deprecated, for removal: This API element is subject to removal in a future version.Whether this configuration is the out-of-the-box sample.toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
VirtualFulfillmentPricingConfig
public VirtualFulfillmentPricingConfig()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isSampleConfig
public boolean isSampleConfig()Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.List of virtual pricing fulfillment options that can be chosen.- Returns:
- List of virtual pricing fulfillment options.
-
setSampleConfig
public void setSampleConfig(boolean sampleConfig) Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.List of virtual pricing fulfillment options that can be chosen.- Parameters:
fufillmentOptions
- List of virtual pricing fulfillment options.
-
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
canEqual
Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-
VirtualFulfillmentPricingProperties
directly