Class PricingCacheWeightProperties
java.lang.Object
com.broadleafcommerce.pricing.cache.PricingCacheWeightProperties
@ConfigurationProperties("broadleaf.pricing.cache.weights")
public class PricingCacheWeightProperties
extends Object
Properties that influence cache weight settings for the service. The value represents a portion
of the total module cache using a decimal value between zero and one.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleandoubledoubledoubledoubledoubledoubleinthashCode()voidsetFeeByApplication(double feeByApplication) voidsetPriceDataByTargetDtosAndPriceList(double priceDataByTargetDtosAndPriceList) voidsetPriceListByCurrency(double priceListByCurrency) voidsetPriceListByPriceList(double priceListByPriceList) voidsetPriceListByUser(double priceListByUser) voidsetPriceListByVendorAndCurrency(double priceListByVendorAndCurrency) toString()
-
Constructor Details
-
PricingCacheWeightProperties
public PricingCacheWeightProperties()
-
-
Method Details
-
getPriceListByCurrency
public double getPriceListByCurrency() -
getPriceListByVendorAndCurrency
public double getPriceListByVendorAndCurrency() -
getPriceListByPriceList
public double getPriceListByPriceList() -
getPriceDataByTargetDtosAndPriceList
public double getPriceDataByTargetDtosAndPriceList() -
getPriceListByUser
public double getPriceListByUser() -
getFeeByApplication
public double getFeeByApplication() -
setPriceListByCurrency
public void setPriceListByCurrency(double priceListByCurrency) -
setPriceListByVendorAndCurrency
public void setPriceListByVendorAndCurrency(double priceListByVendorAndCurrency) -
setPriceListByPriceList
public void setPriceListByPriceList(double priceListByPriceList) -
setPriceDataByTargetDtosAndPriceList
public void setPriceDataByTargetDtosAndPriceList(double priceDataByTargetDtosAndPriceList) -
setPriceListByUser
public void setPriceListByUser(double priceListByUser) -
setFeeByApplication
public void setFeeByApplication(double feeByApplication) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-