Class PriceData
- java.lang.Object
-
- de.hybris.platform.commercefacades.product.data.PriceData
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NoConfigPrice,SubscriptionPricePlanData
public class PriceData extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PriceData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCurrencyIso()java.lang.StringgetFormattedValue()java.lang.LonggetMaxQuantity()java.lang.LonggetMinQuantity()PriceDataTypegetPriceType()java.math.BigDecimalgetValue()voidsetCurrencyIso(java.lang.String currencyIso)voidsetFormattedValue(java.lang.String formattedValue)voidsetMaxQuantity(java.lang.Long maxQuantity)voidsetMinQuantity(java.lang.Long minQuantity)voidsetPriceType(PriceDataType priceType)voidsetValue(java.math.BigDecimal value)
-
-
-
Method Detail
-
setCurrencyIso
public void setCurrencyIso(java.lang.String currencyIso)
-
getCurrencyIso
public java.lang.String getCurrencyIso()
-
setValue
public void setValue(java.math.BigDecimal value)
-
getValue
public java.math.BigDecimal getValue()
-
setPriceType
public void setPriceType(PriceDataType priceType)
-
getPriceType
public PriceDataType getPriceType()
-
setFormattedValue
public void setFormattedValue(java.lang.String formattedValue)
-
getFormattedValue
public java.lang.String getFormattedValue()
-
setMinQuantity
public void setMinQuantity(java.lang.Long minQuantity)
-
getMinQuantity
public java.lang.Long getMinQuantity()
-
setMaxQuantity
public void setMaxQuantity(java.lang.Long maxQuantity)
-
getMaxQuantity
public java.lang.Long getMaxQuantity()
-
-