Class GenderDataPopulator
- java.lang.Object
-
- de.hybris.platform.yacceleratorfacades.populators.GenderDataPopulator
-
- All Implemented Interfaces:
Populator<Gender,GenderData>
public class GenderDataPopulator extends java.lang.Object implements Populator<Gender,GenderData>
PopulatesGenderDatawith name and code.
-
-
Constructor Summary
Constructors Constructor Description GenderDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TypeServicegetTypeService()voidpopulate(Gender source, GenderData target)Populate the target instance with values from the source instance.voidsetTypeService(TypeService typeService)
-
-
-
Method Detail
-
getTypeService
protected TypeService getTypeService()
-
setTypeService
public void setTypeService(TypeService typeService)
-
populate
public void populate(Gender source, GenderData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<Gender,GenderData>- Parameters:
source- the source objecttarget- the target to fill
-
-