Class PriceWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.product.PriceWsDTO
- All Implemented Interfaces:
Serializable
Representation of a Price
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()voidsetCurrencyIso(String currencyIso) voidsetFormattedValue(String formattedValue) voidsetMaxQuantity(Long maxQuantity) voidsetMinQuantity(Long minQuantity) voidsetPriceType(PriceWsDTOType priceType) voidsetValue(BigDecimal value)
-
Constructor Details
-
PriceWsDTO
public PriceWsDTO()
-
-
Method Details
-
setCurrencyIso
-
getCurrencyIso
-
setValue
-
getValue
-
setPriceType
-
getPriceType
-
setFormattedValue
-
getFormattedValue
-
setMinQuantity
-
getMinQuantity
-
setMaxQuantity
-
getMaxQuantity
-