Class PriceRangeWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.product.PriceRangeWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class PriceRangeWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a Price Range- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PriceRangeWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PriceWsDTOgetMaxPrice()PriceWsDTOgetMinPrice()voidsetMaxPrice(PriceWsDTO maxPrice)voidsetMinPrice(PriceWsDTO minPrice)
-
-
-
Method Detail
-
setMaxPrice
public void setMaxPrice(PriceWsDTO maxPrice)
-
getMaxPrice
public PriceWsDTO getMaxPrice()
-
setMinPrice
public void setMinPrice(PriceWsDTO minPrice)
-
getMinPrice
public PriceWsDTO getMinPrice()
-
-