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