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