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