Class CartItemPricingUtils.PriceInfoResponse
java.lang.Object
com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils.PriceInfoResponse
- Enclosing class:
- CartItemPricingUtils
Lightweight DTO with pricing information for a
CartItem based on the related
CatalogItem and Variant it represents.- Since:
- Cart Operations 2.3.0, Release Train 2.3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanDeprecated.inthashCode()voidsetPricingKey(String pricingKey) voidsetPricingKeyPriceInfos(Map<String, com.broadleafcommerce.pricing.client.domain.PriceInfo> pricingKeyPriceInfos) voidsetSkuPriceInfos(Map<String, com.broadleafcommerce.pricing.client.domain.PriceInfo> skuPriceInfos) Deprecated.toString()
-
Constructor Details
-
PriceInfoResponse
public PriceInfoResponse()
-
-
Method Details
-
getSkuPriceInfos
@Deprecated public Map<String,com.broadleafcommerce.pricing.client.domain.PriceInfo> getSkuPriceInfos()Deprecated. -
getPricingKeyPriceInfos
-
getPricingKey
-
setSkuPriceInfos
@Deprecated public void setSkuPriceInfos(Map<String, com.broadleafcommerce.pricing.client.domain.PriceInfo> skuPriceInfos) Deprecated. -
setPricingKeyPriceInfos
-
setPricingKey
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-