Class SandboxPropagationProperties

java.lang.Object
com.broadleafcommerce.data.tracking.core.transition.environment.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 Details

    • SandboxPropagationProperties

      public SandboxPropagationProperties()
  • Method Details

    • 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.
    • 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