public class ChineseCustomerPopulator extends java.lang.Object implements Populator<CustomerModel,CustomerData>
| Constructor and Description |
|---|
ChineseCustomerPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
populate(CustomerModel source,
CustomerData target)
Populate the target instance with values from the source instance.
|
public void populate(CustomerModel source, CustomerData target)
Populatorpopulate in interface Populator<CustomerModel,CustomerData>source - the source objecttarget - the target to fillCopyright © 2018 SAP SE. All Rights Reserved.