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 Details

    • QuoteStatusChangedPathProperties

      public QuoteStatusChangedPathProperties()
  • Method Details

    • getApplicationIdPath

      public String getApplicationIdPath()
    • getTenantIdPath

      public String getTenantIdPath()
    • getCustomerContextIdPath

      public String getCustomerContextIdPath()
    • getLocalePath

      public String getLocalePath()
    • getCartOldStatusPath

      public String getCartOldStatusPath()
    • getCartNewStatusPath

      public String getCartNewStatusPath()
    • getActionUserTypePath

      public String getActionUserTypePath()
    • getActionUserEmailPath

      public String getActionUserEmailPath()
    • getCustomerNamePath

      public String getCustomerNamePath()
    • getCustomerEmailPath

      public String getCustomerEmailPath()
    • getCustomerIdPath

      public String getCustomerIdPath()
    • getSalesRepNamePath

      public String getSalesRepNamePath()
    • getSalesRepEmailPath

      public String getSalesRepEmailPath()
    • getSalesRepUserIdPath

      public String getSalesRepUserIdPath()
    • setApplicationIdPath

      public void setApplicationIdPath(String applicationIdPath)
    • setTenantIdPath

      public void setTenantIdPath(String tenantIdPath)
    • setCustomerContextIdPath

      public void setCustomerContextIdPath(String customerContextIdPath)
    • setLocalePath

      public void setLocalePath(String localePath)
    • setCartOldStatusPath

      public void setCartOldStatusPath(String cartOldStatusPath)
    • setCartNewStatusPath

      public void setCartNewStatusPath(String cartNewStatusPath)
    • setActionUserTypePath

      public void setActionUserTypePath(String actionUserTypePath)
    • setActionUserEmailPath

      public void setActionUserEmailPath(String actionUserEmailPath)
    • setCustomerNamePath

      public void setCustomerNamePath(String customerNamePath)
    • setCustomerEmailPath

      public void setCustomerEmailPath(String customerEmailPath)
    • setCustomerIdPath

      public void setCustomerIdPath(String customerIdPath)
    • setSalesRepNamePath

      public void setSalesRepNamePath(String salesRepNamePath)
    • setSalesRepEmailPath

      public void setSalesRepEmailPath(String salesRepEmailPath)
    • setSalesRepUserIdPath

      public void setSalesRepUserIdPath(String salesRepUserIdPath)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object