Class BandedFulfillmentPricingProperties
- java.lang.Object
-
- com.broadleafcommerce.shipping.service.integrations.banded.BandedFulfillmentPricingProperties
-
@ConfigurationProperties("broadleaf.shipping.service.banded") public class BandedFulfillmentPricingProperties extends Object- Author:
- Chad Harchar (charchar)
-
-
Field Summary
Fields Modifier and Type Field Description static StringBANDED_SHIPPING_PREFIX
-
Constructor Summary
Constructors Constructor Description BandedFulfillmentPricingProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.io.ResourcegetConfigPath()The path to the configuration file used for banded shipping calculations.booleanisActive()voidsetActive(boolean active)voidsetConfigPath(org.springframework.core.io.Resource configPath)The path to the configuration file used for banded shipping calculations.
-
-
-
Field Detail
-
BANDED_SHIPPING_PREFIX
public static final String BANDED_SHIPPING_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
isActive
public boolean isActive()
-
getConfigPath
public org.springframework.core.io.Resource getConfigPath()
The path to the configuration file used for banded shipping calculations.
-
setActive
public void setActive(boolean active)
-
setConfigPath
public void setConfigPath(org.springframework.core.io.Resource configPath)
The path to the configuration file used for banded shipping calculations.
-
-