Class ExternalInventoryProperties

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

@ConfigurationProperties("broadleaf.orderoperation.inventoryprovider") public class ExternalInventoryProperties extends Object
  • Constructor Details

    • ExternalInventoryProperties

      public ExternalInventoryProperties()
  • Method Details

    • getUrl

      public String getUrl()
      The base url for an external inventory service.
    • getInventoryReservationUri

      public String getInventoryReservationUri()
      The URI path for inventory reservation.
    • getServiceClient

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

      public void setUrl(String url)
      The base url for an external inventory service.
    • setInventoryReservationUri

      public void setInventoryReservationUri(String inventoryReservationUri)
      The URI path for inventory reservation.
    • setServiceClient

      public void setServiceClient(String serviceClient)
      The service client to use when interacting with the inventory 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