java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.product.PriceWsDTO
All Implemented Interfaces:
Serializable

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

    • PriceWsDTO

      public PriceWsDTO()
  • 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(PriceWsDTOType priceType)
    • getPriceType

      public PriceWsDTOType 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()