public class GenderDataPopulator extends java.lang.Object implements Populator<Gender,GenderData>
GenderData with name and code.| Constructor and Description |
|---|
GenderDataPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected TypeService |
getTypeService() |
void |
populate(Gender source,
GenderData target)
Populate the target instance with values from the source instance.
|
void |
setTypeService(TypeService typeService) |
protected TypeService getTypeService()
public void setTypeService(TypeService typeService)
public void populate(Gender source, GenderData target)
Populatorpopulate in interface Populator<Gender,GenderData>source - the source objecttarget - the target to fillCopyright © 2018 SAP SE. All Rights Reserved.