Class CatalogServiceProperties
java.lang.Object
com.broadleafcommerce.catalog.service.autoconfigure.CatalogServiceProperties
@ConfigurationProperties("broadleaf.catalog.service")
public class CatalogServiceProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
The maximum depth to build the item choices out to.int
hashCode()
void
setMaxConfigurableProductDepth
(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
-