java.lang.Object
com.broadleafcommerce.orderoperation.service.provider.external.ExternalCartProperties

@ConfigurationProperties("broadleaf.orderoperation.cart-provider") public class ExternalCartProperties extends Object
  • Constructor Details

    • ExternalCartProperties

      public ExternalCartProperties()
  • Method Details

    • getCartUrl

      public String getCartUrl()
    • getCartItemPath

      public String getCartItemPath()
    • getFulfillmentGroupPath

      public String getFulfillmentGroupPath()
    • getServiceClient

      public String getServiceClient()
      The service client to use when interacting with the cart service. Default is "orderopsclient".
    • setCartUrl

      public void setCartUrl(String cartUrl)
    • setCartItemPath

      public void setCartItemPath(String cartItemPath)
    • setFulfillmentGroupPath

      public void setFulfillmentGroupPath(String fulfillmentGroupPath)
    • setServiceClient

      public void setServiceClient(String serviceClient)
      The service client to use when interacting with the cart service. Default is "orderopsclient".
    • 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