Class PricingCacheSizeProperties

java.lang.Object
com.broadleafcommerce.pricing.cache.PricingCacheSizeProperties

@ConfigurationProperties("broadleaf.pricing.cache.sizes") public class PricingCacheSizeProperties extends Object
Properties that influence cache estimated size settings for the service
  • Constructor Details

    • PricingCacheSizeProperties

      public PricingCacheSizeProperties()
  • Method Details

    • getPriceListByCurrency

      public org.springframework.util.unit.DataSize getPriceListByCurrency()
    • getPriceListByVendorAndCurrency

      public org.springframework.util.unit.DataSize getPriceListByVendorAndCurrency()
    • getPriceListByPriceList

      public org.springframework.util.unit.DataSize getPriceListByPriceList()
    • getPriceDataByTargetDtosAndPriceList

      public org.springframework.util.unit.DataSize getPriceDataByTargetDtosAndPriceList()
    • getPriceListByUser

      public org.springframework.util.unit.DataSize getPriceListByUser()
    • getFeeByApplication

      public org.springframework.util.unit.DataSize getFeeByApplication()
    • setPriceListByCurrency

      public void setPriceListByCurrency(org.springframework.util.unit.DataSize priceListByCurrency)
    • setPriceListByVendorAndCurrency

      public void setPriceListByVendorAndCurrency(org.springframework.util.unit.DataSize priceListByVendorAndCurrency)
    • setPriceListByPriceList

      public void setPriceListByPriceList(org.springframework.util.unit.DataSize priceListByPriceList)
    • setPriceDataByTargetDtosAndPriceList

      public void setPriceDataByTargetDtosAndPriceList(org.springframework.util.unit.DataSize priceDataByTargetDtosAndPriceList)
    • setPriceListByUser

      public void setPriceListByUser(org.springframework.util.unit.DataSize priceListByUser)
    • setFeeByApplication

      public void setFeeByApplication(org.springframework.util.unit.DataSize feeByApplication)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object