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 thePriceData
class.
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.String
getCurrencyIso()
java.lang.String
getFormattedValue()
java.lang.Long
getMaxQuantity()
java.lang.Long
getMinQuantity()
PriceDataType
getPriceType()
java.math.BigDecimal
getValue()
void
setCurrencyIso(java.lang.String currencyIso)
void
setFormattedValue(java.lang.String formattedValue)
void
setMaxQuantity(java.lang.Long maxQuantity)
void
setMinQuantity(java.lang.Long minQuantity)
void
setPriceType(PriceDataType priceType)
void
setValue(java.math.BigDecimal value)
-
-
-
Method Detail
-
setCurrencyIso
public void setCurrencyIso(java.lang.String currencyIso)
- Overrides:
setCurrencyIso
in classPriceData
-
getCurrencyIso
public java.lang.String getCurrencyIso()
- Overrides:
getCurrencyIso
in classPriceData
-
setPriceType
public void setPriceType(PriceDataType priceType)
- Overrides:
setPriceType
in classPriceData
-
getPriceType
public PriceDataType getPriceType()
- Overrides:
getPriceType
in classPriceData
-
setMaxQuantity
public void setMaxQuantity(java.lang.Long maxQuantity)
- Overrides:
setMaxQuantity
in classPriceData
-
getMaxQuantity
public java.lang.Long getMaxQuantity()
- Overrides:
getMaxQuantity
in classPriceData
-
setMinQuantity
public void setMinQuantity(java.lang.Long minQuantity)
- Overrides:
setMinQuantity
in classPriceData
-
getMinQuantity
public java.lang.Long getMinQuantity()
- Overrides:
getMinQuantity
in classPriceData
-
setFormattedValue
public void setFormattedValue(java.lang.String formattedValue)
- Overrides:
setFormattedValue
in classPriceData
-
getFormattedValue
public java.lang.String getFormattedValue()
- Overrides:
getFormattedValue
in classPriceData
-
-