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

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

    • PriceRangeWsDTO

      public PriceRangeWsDTO()
  • Method Details

    • setMaxPrice

      public void setMaxPrice(PriceWsDTO maxPrice)
    • getMaxPrice

      public PriceWsDTO getMaxPrice()
    • setMinPrice

      public void setMinPrice(PriceWsDTO minPrice)
    • getMinPrice

      public PriceWsDTO getMinPrice()