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 -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()booleanWhether or not anonymization specific to theCartdomain is supportedbooleanWhether or not anonymization is enabled at allvoidsetCartEnabled(boolean cartEnabled) Whether or not anonymization specific to theCartdomain is supportedvoidsetEnabled(boolean enabled) Whether or not anonymization is enabled at alltoString()
-
Constructor Details
-
CartAnonymizationProperties
public CartAnonymizationProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled()Whether or not anonymization is enabled at all -
isCartEnabled
public boolean isCartEnabled()Whether or not anonymization specific to theCartdomain 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 theCartdomain is supported -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-