public class SelectiveCartOrderEntryPopulator extends java.lang.Object implements Populator<AbstractOrderEntryModel,OrderEntryData>
| Constructor and Description |
|---|
SelectiveCartOrderEntryPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
populate(AbstractOrderEntryModel source,
OrderEntryData target)
Populate the target instance with values from the source instance.
|
public void populate(AbstractOrderEntryModel source, OrderEntryData target) throws ConversionException
Populatorpopulate in interface Populator<AbstractOrderEntryModel,OrderEntryData>source - the source objecttarget - the target to fillConversionException - if an error occursCopyright © 2018 SAP SE. All Rights Reserved.