Class ExternalCartProperties
- java.lang.Object
-
- com.broadleafcommerce.orderoperation.service.provider.external.ExternalCartProperties
-
@ConfigurationProperties("broadleaf.orderoperation.cart-provider") public class ExternalCartProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description ExternalCartProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetCartItemPath()StringgetCartUrl()StringgetFulfillmentGroupPath()StringgetServiceClient()The service client to use when interacting with the cart service.inthashCode()voidsetCartItemPath(String cartItemPath)voidsetCartUrl(String cartUrl)voidsetFulfillmentGroupPath(String fulfillmentGroupPath)voidsetServiceClient(String serviceClient)The service client to use when interacting with the cart service.StringtoString()
-
-
-
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)
-
-