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