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