@ConfigurationProperties(value="broadleaf.cartoperation.catalogprovider") public class ExternalCatalogProperties extends Object
Constructor and Description |
---|
ExternalCatalogProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getFieldMappingUri()
The URI path for cart item product mappings.
|
String |
getProductsUri()
The URI path for products.
|
String |
getUrl()
The base url for an external catalog service.
|
void |
setFieldMappingUri(String fieldMappingUri)
The URI path for cart item product mappings.
|
void |
setProductsUri(String productsUri)
The URI path for products.
|
void |
setUrl(String url)
The base url for an external catalog service.
|
public String getUrl()
public void setUrl(String url)
public String getProductsUri()
public void setProductsUri(String productsUri)
public String getFieldMappingUri()
public void setFieldMappingUri(String fieldMappingUri)
Copyright © 2021. All rights reserved.