Class CatalogServiceProperties

java.lang.Object
com.broadleafcommerce.catalog.service.autoconfigure.CatalogServiceProperties

@ConfigurationProperties("broadleaf.catalog.service") public class CatalogServiceProperties extends Object
  • 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object