java.lang.Object
de.hybris.platform.commercefacades.product.data.PriceData
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoConfigPrice, SubscriptionPricePlanData

public class PriceData extends Object implements Serializable
See Also:
  • Constructor Details

    • PriceData

      public PriceData()
  • Method Details

    • setCurrencyIso

      public void setCurrencyIso(String currencyIso)
    • getCurrencyIso

      public String getCurrencyIso()
    • setValue

      public void setValue(BigDecimal value)
    • getValue

      public BigDecimal getValue()
    • setPriceType

      public void setPriceType(PriceDataType priceType)
    • getPriceType

      public PriceDataType getPriceType()
    • setFormattedValue

      public void setFormattedValue(String formattedValue)
    • getFormattedValue

      public String getFormattedValue()
    • setMinQuantity

      public void setMinQuantity(Long minQuantity)
    • getMinQuantity

      public Long getMinQuantity()
    • setMaxQuantity

      public void setMaxQuantity(Long maxQuantity)
    • getMaxQuantity

      public Long getMaxQuantity()