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