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