Class CartOpsProductDefaultConfigurationProperties
java.lang.Object
com.broadleafcommerce.cartoperation.properties.CartOpsProductDefaultConfigurationProperties
@ConfigurationProperties("broadleaf.common.default-configurations.product")
public class CartOpsProductDefaultConfigurationProperties
extends Object
Properties around the product configurations.
Note that this uses the exact same property path as the one in CatalogBrowseService, to eliminate the need of having two different properties for the same setting.
- Since:
- Cart Operation Service 2.3.0, Release Train 2.3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanWhen aProductisDefaultProductType.VARIANT_BASEDandProduct.getVariantPricingStrategy()is not set, this property is used to determine its strategy.inthashCode()voidsetVariantPricingStrategy(String variantPricingStrategy) When aProductisDefaultProductType.VARIANT_BASEDandProduct.getVariantPricingStrategy()is not set, this property is used to determine its strategy.toString()
-
Constructor Details
-
CartOpsProductDefaultConfigurationProperties
public CartOpsProductDefaultConfigurationProperties()
-
-
Method Details
-
getVariantPricingStrategy
When aProductisDefaultProductType.VARIANT_BASEDandProduct.getVariantPricingStrategy()is not set, this property is used to determine its strategy. -
setVariantPricingStrategy
When aProductisDefaultProductType.VARIANT_BASEDandProduct.getVariantPricingStrategy()is not set, this property is used to determine its strategy. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-