Class DeliveryTimeSlotListWsDTO
- java.lang.Object
-
- de.hybris.platform.chinesecommercewebservicescommons.dto.DeliveryTimeSlotListWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class DeliveryTimeSlotListWsDTO extends java.lang.Object implements java.io.Serializablelist of delivery timeslot- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeliveryTimeSlotListWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DeliveryTimeSlotWsDTO>getDeliveryTimeSlots()voidsetDeliveryTimeSlots(java.util.List<DeliveryTimeSlotWsDTO> deliveryTimeSlots)
-
-
-
Method Detail
-
setDeliveryTimeSlots
public void setDeliveryTimeSlots(java.util.List<DeliveryTimeSlotWsDTO> deliveryTimeSlots)
-
getDeliveryTimeSlots
public java.util.List<DeliveryTimeSlotWsDTO> getDeliveryTimeSlots()
-
-