Class VoucherWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.voucher.VoucherWsDTO
- All Implemented Interfaces:
Serializable
Representation of a Voucher
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getName()getValue()voidsetAppliedValue(PriceWsDTO appliedValue) voidvoidsetCurrency(CurrencyWsDTO currency) voidsetDescription(String description) voidsetFreeShipping(Boolean freeShipping) voidvoidvoidsetValueFormatted(String valueFormatted) voidsetValueString(String valueString) voidsetVoucherCode(String voucherCode)
-
Constructor Details
-
VoucherWsDTO
public VoucherWsDTO()
-
-
Method Details
-
setCode
-
getCode
-
setVoucherCode
-
getVoucherCode
-
setName
-
getName
-
setDescription
-
getDescription
-
setValue
-
getValue
-
setValueFormatted
-
getValueFormatted
-
setValueString
-
getValueString
-
setFreeShipping
-
getFreeShipping
-
setCurrency
-
getCurrency
-
setAppliedValue
-
getAppliedValue
-