Class PriceData
java.lang.Object
de.hybris.platform.commercefacades.product.data.PriceData
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoConfigPrice,SubscriptionPricePlanData
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()voidsetCurrencyIso(String currencyIso) voidsetFormattedValue(String formattedValue) voidsetMaxQuantity(Long maxQuantity) voidsetMinQuantity(Long minQuantity) voidsetPriceType(PriceDataType priceType) voidsetValue(BigDecimal value)
-
Constructor Details
-
PriceData
public PriceData()
-
-
Method Details
-
setCurrencyIso
-
getCurrencyIso
-
setValue
-
getValue
-
setPriceType
-
getPriceType
-
setFormattedValue
-
getFormattedValue
-
setMinQuantity
-
getMinQuantity
-
setMaxQuantity
-
getMaxQuantity
-