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 Object
implements Populator<SOURCE,TARGET>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractDeliveryModePopulator
public AbstractDeliveryModePopulator()
-
-
Method Details
-
populate
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
-