Class AbstractDeliveryModePopulator<SOURCE extends DeliveryModeModel,TARGET extends DeliveryModeData>
- java.lang.Object
-
- de.hybris.platform.commercefacades.order.converters.populator.AbstractDeliveryModePopulator<SOURCE,TARGET>
-
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
- Direct Known Subclasses:
AcceleratorDeliveryModePopulator,DeliveryModePopulator,ZoneDeliveryModePopulator
public class AbstractDeliveryModePopulator<SOURCE extends DeliveryModeModel,TARGET extends DeliveryModeData> extends java.lang.Object implements Populator<SOURCE,TARGET>
-
-
Constructor Summary
Constructors Constructor Description AbstractDeliveryModePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(SOURCE source, TARGET target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(SOURCE source, TARGET target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SOURCE extends DeliveryModeModel,TARGET extends DeliveryModeData>- Parameters:
source- the source objecttarget- the target to fill
-
-