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.since 1.1.0, in favor of usingVirtualFulfillmentPricingPropertiesdirectlyFulfillment pricing configuration read from a file viaVirtualFulfillmentPricingProvider.- Author:
- Marie Standeven (marieStandeven)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VirtualFulfillmentPricingConfig()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected booleancanEqual(Object other)Deprecated, for removal: This API element is subject to removal in a future version.booleanequals(Object o)Deprecated, for removal: This API element is subject to removal in a future version.List<VirtualFulfillmentPricingOption>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.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.booleanisSampleConfig()Deprecated, for removal: This API element is subject to removal in a future version.Whether this configuration is the out-of-the-box sample.voidsetFulfillmentOptions(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.voidsetSampleConfig(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.StringtoString()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
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
public List<VirtualFulfillmentPricingOption> 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
public 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.- Parameters:
fufillmentOptions- List of virtual pricing fulfillment options.
-
equals
public boolean equals(Object o)
Deprecated, for removal: This API element is subject to removal in a future version.
-
canEqual
protected boolean canEqual(Object other)
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.
-
-