Class DeliveryModeRaoPopulator
java.lang.Object
de.hybris.platform.ruleengineservices.converters.populator.DeliveryModeRaoPopulator
- All Implemented Interfaces:
Populator<DeliveryModeModel,DeliveryModeRAO>
public class DeliveryModeRaoPopulator
extends Object
implements Populator<DeliveryModeModel,DeliveryModeRAO>
Populates DeliveryModeRAO from DeliveryModeModel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(DeliveryModeModel source, DeliveryModeRAO target) Populate the target instance with values from the source instance.
-
Constructor Details
-
DeliveryModeRaoPopulator
public DeliveryModeRaoPopulator()
-
-
Method Details
-
populate
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
-