Class InventoryServiceProperties


  • @ConfigurationProperties("broadleaf.inventory")
    public class InventoryServiceProperties
    extends Object
    Author:
    Kelly Tisdell (ktisdell)
    • Constructor Detail

      • InventoryServiceProperties

        public InventoryServiceProperties()
    • 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.