Class PriceRangeWsDTO

  • All Implemented Interfaces:
    java.io.Serializable

    public class PriceRangeWsDTO
    extends java.lang.Object
    implements java.io.Serializable
    Representation of a Price Range
    See Also:
    Serialized Form
    • Constructor Detail

      • PriceRangeWsDTO

        public PriceRangeWsDTO()
    • Method Detail

      • setMaxPrice

        public void setMaxPrice​(PriceWsDTO maxPrice)
      • setMinPrice

        public void setMinPrice​(PriceWsDTO minPrice)