Class SandboxPropagationProperties


  • @ConfigurationProperties(prefix="broadleaf.sandbox.propagation")
    public class SandboxPropagationProperties
    extends Object
    Properties related to sandbox propagation feature. Specifically, those features embodied in VendorSandboxPropagationHandler.
    Author:
    Jeff Fischer
    • Constructor Detail

      • SandboxPropagationProperties

        public SandboxPropagationProperties()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        Whether or not the feature is enabled. False by default.
      • setEnabled

        public void setEnabled​(boolean enabled)
        Whether or not the feature is enabled. False by default.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object