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