Class CatalogServiceProperties
java.lang.Object
com.broadleafcommerce.catalog.service.autoconfigure.CatalogServiceProperties
@ConfigurationProperties("broadleaf.catalog.service")
public class CatalogServiceProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintThe maximum depth to build the item choices out to.inthashCode()voidsetMaxConfigurableProductDepth(int maxConfigurableProductDepth) The maximum depth to build the item choices out to.toString()
-
Constructor Details
-
CatalogServiceProperties
public CatalogServiceProperties()
-
-
Method Details
-
getMaxConfigurableProductDepth
public int getMaxConfigurableProductDepth()The maximum depth to build the item choices out to. -
setMaxConfigurableProductDepth
public void setMaxConfigurableProductDepth(int maxConfigurableProductDepth) The maximum depth to build the item choices out to. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-