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
Constructors Constructor Description InventoryServiceProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isUseVendorAddress()
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.String
toString()
-
-
-
Method Detail
-
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.
-
-