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