Class InventoryServiceProperties
java.lang.Object
com.broadleafcommerce.inventory.service.autoconfigure.InventoryServiceProperties
@ConfigurationProperties("broadleaf.inventory")
public class InventoryServiceProperties
extends Object
- Author:
- Kelly Tisdell (ktisdell)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Dictates whether an inventory location created as the result of a VendorCreationEvent should use the vendor's address.void
setUseVendorAddress
(boolean useVendorAddress) Dictates whether an inventory location created as the result of a VendorCreationEvent should use the vendor's address.toString()
-
Constructor Details
-
InventoryServiceProperties
public InventoryServiceProperties()
-
-
Method Details
-
isUseVendorAddress
public boolean isUseVendorAddress()Dictates whether an inventory location created as the result of a VendorCreationEvent should use the vendor's address.- Returns:
- Dictates whether an inventory location should use its vendors address.
-
setUseVendorAddress
public void setUseVendorAddress(boolean useVendorAddress) Dictates whether an inventory location created as the result of a VendorCreationEvent should use the vendor's address.- Parameters:
useVendorAddress
- Dictates whether an inventory location should use its vendors address.
-
toString
-