Class OrderConfirmationPathProperties
java.lang.Object
com.broadleafcommerce.notification.service.messaging.OrderConfirmationPathProperties
@ConfigurationProperties(prefix="broadleaf.notification.messaging.order-confirmation.paths")
public class OrderConfirmationPathProperties
extends Object
Properties for path strings to properties in the order confirmation message. Due to how Spring
interprets "$" in properties, do not include the "$" for root in the property. The "$." will be
added in the getters.
- Author:
- Cade Rea (cade-rea)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetAccountIdPath(String accountIdPath) voidsetApplicationIdPath(String applicationIdPath) voidsetApproverEmailPath(String approverEmailPath) voidsetBillingAddressFullNamePath(String billingAddressFullNamePath) voidsetBillingAddressPath(String billingAddressPath) voidsetCartOrderNumberPath(String cartOrderNumberPath) voidsetCustomerEmailPath(String customerEmailPath) voidsetCustomerIdPath(String customerIdPath) voidsetCustomerNamePath(String customerNamePath) voidsetOrderStatusPath(String orderStatusPath) voidsetRequesterNamePath(String requesterNamePath) voidsetTenantIdPath(String tenantIdPath) toString()
-
Constructor Details
-
OrderConfirmationPathProperties
public OrderConfirmationPathProperties()
-
-
Method Details
-
getApplicationIdPath
-
getTenantIdPath
-
getCartOrderNumberPath
-
getOrderStatusPath
-
getBillingAddressPath
-
getBillingAddressFullNamePath
-
getCustomerNamePath
-
getRequesterNamePath
-
getCustomerIdPath
-
getAccountIdPath
-
getCustomerEmailPath
-
getApproverEmailPath
-
setApplicationIdPath
-
setTenantIdPath
-
setCartOrderNumberPath
-
setOrderStatusPath
-
setBillingAddressPath
-
setBillingAddressFullNamePath
-
setCustomerIdPath
-
setCustomerNamePath
-
setCustomerEmailPath
-
setRequesterNamePath
-
setApproverEmailPath
-
setAccountIdPath
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-