Class QuoteStatusChangedPathProperties
java.lang.Object
com.broadleafcommerce.notification.service.messaging.quote.QuoteStatusChangedPathProperties
@ConfigurationProperties(prefix="broadleaf.notification.messaging.quote-status-changed.paths")
public class QuoteStatusChangedPathProperties
extends Object
Properties for path strings to properties in the quote status changed message. Due to how Spring
interprets "$" in properties, do not include the "$" for root in the property. The "$." will be
added in the getters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetActionUserEmailPath(String actionUserEmailPath) voidsetActionUserTypePath(String actionUserTypePath) voidsetApplicationIdPath(String applicationIdPath) voidsetCartNewStatusPath(String cartNewStatusPath) voidsetCartOldStatusPath(String cartOldStatusPath) voidsetCustomerContextIdPath(String customerContextIdPath) voidsetCustomerEmailPath(String customerEmailPath) voidsetCustomerIdPath(String customerIdPath) voidsetCustomerNamePath(String customerNamePath) voidsetLocalePath(String localePath) voidsetSalesRepEmailPath(String salesRepEmailPath) voidsetSalesRepNamePath(String salesRepNamePath) voidsetSalesRepUserIdPath(String salesRepUserIdPath) voidsetTenantIdPath(String tenantIdPath) toString()
-
Constructor Details
-
QuoteStatusChangedPathProperties
public QuoteStatusChangedPathProperties()
-
-
Method Details
-
getApplicationIdPath
-
getTenantIdPath
-
getCustomerContextIdPath
-
getLocalePath
-
getCartOldStatusPath
-
getCartNewStatusPath
-
getActionUserTypePath
-
getActionUserEmailPath
-
getCustomerNamePath
-
getCustomerEmailPath
-
getCustomerIdPath
-
getSalesRepNamePath
-
getSalesRepEmailPath
-
getSalesRepUserIdPath
-
setApplicationIdPath
-
setTenantIdPath
-
setCustomerContextIdPath
-
setLocalePath
-
setCartOldStatusPath
-
setCartNewStatusPath
-
setActionUserTypePath
-
setActionUserEmailPath
-
setCustomerNamePath
-
setCustomerEmailPath
-
setCustomerIdPath
-
setSalesRepNamePath
-
setSalesRepEmailPath
-
setSalesRepUserIdPath
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-