java.lang.Object
de.hybris.platform.coretravelbasewebservicescommons.dto.product.Price
All Implemented Interfaces:
Serializable

public class Price extends Object implements Serializable
Representation of a Price
See Also:
  • Constructor Details

    • Price

      public Price()
  • Method Details

    • setCurrencyIso

      public void setCurrencyIso(String currencyIso)
    • getCurrencyIso

      public String getCurrencyIso()
    • setValue

      public void setValue(BigDecimal value)
    • getValue

      public BigDecimal getValue()
    • setFormattedValue

      public void setFormattedValue(String formattedValue)
    • getFormattedValue

      public String getFormattedValue()