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 inVendorSandboxPropagationHandler.- Author:
- Jeff Fischer
-
-
Constructor Summary
Constructors Constructor Description SandboxPropagationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)inthashCode()booleanisEnabled()Whether or not the feature is enabled.voidsetEnabled(boolean enabled)Whether or not the feature is enabled.StringtoString()
-
-
-
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)
-
-