Class DeliveryTimeSlotPopulator
- java.lang.Object
-
- de.hybris.platform.chineselogisticfacades.delivery.populator.DeliveryTimeSlotPopulator
-
- All Implemented Interfaces:
Populator<DeliveryTimeSlotModel,DeliveryTimeSlotData>
public class DeliveryTimeSlotPopulator extends java.lang.Object implements Populator<DeliveryTimeSlotModel,DeliveryTimeSlotData>
Populating from DeliveryTimeSlotModel to DeliveryTimeSlotData
-
-
Constructor Summary
Constructors Constructor Description DeliveryTimeSlotPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(DeliveryTimeSlotModel source, DeliveryTimeSlotData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(DeliveryTimeSlotModel source, DeliveryTimeSlotData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<DeliveryTimeSlotModel,DeliveryTimeSlotData>- Parameters:
source- the source objecttarget- the target to fill
-
-