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