Class ExternalCartProperties


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

      • ExternalCartProperties

        public ExternalCartProperties()
    • Method Detail

      • 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".
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object