Class VirtualFulfillmentPricingProperties
- java.lang.Object
-
- com.broadleafcommerce.shipping.virtual.VirtualFulfillmentPricingProperties
-
@ConfigurationProperties("broadleaf.ship.virtual") @Deprecated public class VirtualFulfillmentPricingProperties extends Object
Deprecated.Since 1.7.0. Moved to shipping service.- Author:
- Marie Standeven (marieStandeven)
-
-
Constructor Summary
Constructors Constructor Description VirtualFulfillmentPricingProperties()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.springframework.core.io.Resource
getConfigPath()
Deprecated.The path to the configuration file used for virtual fulfillment calculations.void
setConfigPath(org.springframework.core.io.Resource configPath)
Deprecated.The path to the configuration file used for virtual fulfillment calculations.
-
-
-
Method Detail
-
getConfigPath
public org.springframework.core.io.Resource getConfigPath()
Deprecated.The path to the configuration file used for virtual fulfillment calculations.
-
setConfigPath
public void setConfigPath(org.springframework.core.io.Resource configPath)
Deprecated.The path to the configuration file used for virtual fulfillment calculations.
-
-