Class VoucherListWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.voucher.VoucherListWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class VoucherListWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a Voucher List- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VoucherListWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<VoucherWsDTO>getVouchers()voidsetVouchers(java.util.List<VoucherWsDTO> vouchers)
-
-
-
Method Detail
-
setVouchers
public void setVouchers(java.util.List<VoucherWsDTO> vouchers)
-
getVouchers
public java.util.List<VoucherWsDTO> getVouchers()
-
-