Class VoucherWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.voucher.VoucherWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class VoucherWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a Voucher- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VoucherWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PriceWsDTOgetAppliedValue()java.lang.StringgetCode()CurrencyWsDTOgetCurrency()java.lang.StringgetDescription()java.lang.BooleangetFreeShipping()java.lang.StringgetName()java.lang.DoublegetValue()java.lang.StringgetValueFormatted()java.lang.StringgetValueString()java.lang.StringgetVoucherCode()voidsetAppliedValue(PriceWsDTO appliedValue)voidsetCode(java.lang.String code)voidsetCurrency(CurrencyWsDTO currency)voidsetDescription(java.lang.String description)voidsetFreeShipping(java.lang.Boolean freeShipping)voidsetName(java.lang.String name)voidsetValue(java.lang.Double value)voidsetValueFormatted(java.lang.String valueFormatted)voidsetValueString(java.lang.String valueString)voidsetVoucherCode(java.lang.String voucherCode)
-
-
-
Method Detail
-
setCode
public void setCode(java.lang.String code)
-
getCode
public java.lang.String getCode()
-
setVoucherCode
public void setVoucherCode(java.lang.String voucherCode)
-
getVoucherCode
public java.lang.String getVoucherCode()
-
setName
public void setName(java.lang.String name)
-
getName
public java.lang.String getName()
-
setDescription
public void setDescription(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
-
setValue
public void setValue(java.lang.Double value)
-
getValue
public java.lang.Double getValue()
-
setValueFormatted
public void setValueFormatted(java.lang.String valueFormatted)
-
getValueFormatted
public java.lang.String getValueFormatted()
-
setValueString
public void setValueString(java.lang.String valueString)
-
getValueString
public java.lang.String getValueString()
-
setFreeShipping
public void setFreeShipping(java.lang.Boolean freeShipping)
-
getFreeShipping
public java.lang.Boolean getFreeShipping()
-
setCurrency
public void setCurrency(CurrencyWsDTO currency)
-
getCurrency
public CurrencyWsDTO getCurrency()
-
setAppliedValue
public void setAppliedValue(PriceWsDTO appliedValue)
-
getAppliedValue
public PriceWsDTO getAppliedValue()
-
-