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