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 boolean
boolean
int
hashCode()
void
setActionUserEmailPath
(String actionUserEmailPath) void
setActionUserTypePath
(String actionUserTypePath) void
setApplicationIdPath
(String applicationIdPath) void
setCartNewStatusPath
(String cartNewStatusPath) void
setCartOldStatusPath
(String cartOldStatusPath) void
setCustomerContextIdPath
(String customerContextIdPath) void
setCustomerEmailPath
(String customerEmailPath) void
setCustomerIdPath
(String customerIdPath) void
setCustomerNamePath
(String customerNamePath) void
setLocalePath
(String localePath) void
setSalesRepEmailPath
(String salesRepEmailPath) void
setSalesRepNamePath
(String salesRepNamePath) void
setSalesRepUserIdPath
(String salesRepUserIdPath) void
setTenantIdPath
(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
-