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 booleanbooleanThe 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.inthashCode()voidsetInventoryReservationUri(String inventoryReservationUri) The URI path for inventory reservation.voidsetServiceClient(String serviceClient) The service client to use when interacting with the inventory service.voidThe 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
-