Class ExternalInventoryProperties
java.lang.Object
com.broadleafcommerce.orderoperation.service.provider.external.ExternalInventoryProperties
@ConfigurationProperties("broadleaf.orderoperation.inventoryprovider")
public class ExternalInventoryProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The URI path for inventory reservation.The service client to use when interacting with the inventory service.getUrl()
The base url for an external inventory service.int
hashCode()
void
setInventoryReservationUri
(String inventoryReservationUri) The URI path for inventory reservation.void
setServiceClient
(String serviceClient) The service client to use when interacting with the inventory service.void
The base url for an external inventory service.toString()
-
Constructor Details
-
ExternalInventoryProperties
public ExternalInventoryProperties()
-
-
Method Details
-
getUrl
The base url for an external inventory service. -
getInventoryReservationUri
The URI path for inventory reservation. -
getServiceClient
The service client to use when interacting with the inventory service. Default is "orderopsclient" -
setUrl
The base url for an external inventory service. -
setInventoryReservationUri
The URI path for inventory reservation. -
setServiceClient
The service client to use when interacting with the inventory service. Default is "orderopsclient" -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-