Class BandedFulfillmentPricingProperties
- java.lang.Object
-
- com.broadleafcommerce.shipping.banded.BandedFulfillmentPricingProperties
-
@ConfigurationProperties("broadleaf.ship.banded") @Deprecated public class BandedFulfillmentPricingProperties extends Object
Deprecated.Since 1.7.0. Moved to shipping service.- Author:
- Chad Harchar (charchar)
-
-
Constructor Summary
Constructors Constructor Description BandedFulfillmentPricingProperties()
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 banded shipping calculations.void
setConfigPath(org.springframework.core.io.Resource configPath)
Deprecated.The path to the configuration file used for banded shipping calculations.
-
-
-
Method Detail
-
getConfigPath
public org.springframework.core.io.Resource getConfigPath()
Deprecated.The path to the configuration file used for banded shipping calculations.
-
setConfigPath
public void setConfigPath(org.springframework.core.io.Resource configPath)
Deprecated.The path to the configuration file used for banded shipping calculations.
-
-