Class NoConfigPrice
- java.lang.Object
-
- de.hybris.platform.commercefacades.product.data.PriceData
-
- de.hybris.platform.sap.productconfig.facades.impl.NoConfigPrice
-
- All Implemented Interfaces:
java.io.Serializable
public class NoConfigPrice extends PriceData
Immutable sub-class of the thePriceDataclass.
It models the case, when there is not price data avaiavble.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoConfigPrice()
-
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)
- Overrides:
setCurrencyIsoin classPriceData
-
getCurrencyIso
public java.lang.String getCurrencyIso()
- Overrides:
getCurrencyIsoin classPriceData
-
setPriceType
public void setPriceType(PriceDataType priceType)
- Overrides:
setPriceTypein classPriceData
-
getPriceType
public PriceDataType getPriceType()
- Overrides:
getPriceTypein classPriceData
-
setMaxQuantity
public void setMaxQuantity(java.lang.Long maxQuantity)
- Overrides:
setMaxQuantityin classPriceData
-
getMaxQuantity
public java.lang.Long getMaxQuantity()
- Overrides:
getMaxQuantityin classPriceData
-
setMinQuantity
public void setMinQuantity(java.lang.Long minQuantity)
- Overrides:
setMinQuantityin classPriceData
-
getMinQuantity
public java.lang.Long getMinQuantity()
- Overrides:
getMinQuantityin classPriceData
-
setFormattedValue
public void setFormattedValue(java.lang.String formattedValue)
- Overrides:
setFormattedValuein classPriceData
-
getFormattedValue
public java.lang.String getFormattedValue()
- Overrides:
getFormattedValuein classPriceData
-
-