Class CartAnonymizationProperties
- java.lang.Object
-
- com.broadleafcommerce.cart.service.anonymization.CartAnonymizationProperties
-
@ConfigurationProperties(prefix="broadleaf.cart.anonymization") public class CartAnonymizationProperties extends Object
Controls anonymization behavior for the cart service
-
-
Constructor Summary
Constructors Constructor Description CartAnonymizationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
hashCode()
boolean
isCartEnabled()
Whether or not anonymization specific to theCart
domain is supportedboolean
isEnabled()
Whether or not anonymization is enabled at allvoid
setCartEnabled(boolean cartEnabled)
Whether or not anonymization specific to theCart
domain is supportedvoid
setEnabled(boolean enabled)
Whether or not anonymization is enabled at allString
toString()
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
Whether or not anonymization is enabled at all
-
isCartEnabled
public boolean isCartEnabled()
Whether or not anonymization specific to theCart
domain is supported
-
setEnabled
public void setEnabled(boolean enabled)
Whether or not anonymization is enabled at all
-
setCartEnabled
public void setCartEnabled(boolean cartEnabled)
Whether or not anonymization specific to theCart
domain is supported
-
canEqual
protected boolean canEqual(Object other)
-
-