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