Class GenderDataPopulator
java.lang.Object
de.hybris.platform.yacceleratorfacades.populators.GenderDataPopulator
- All Implemented Interfaces:
Populator<Gender,GenderData>
Populates
GenderData with name and code.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypeServicevoidpopulate(Gender source, GenderData target) Populate the target instance with values from the source instance.voidsetTypeService(TypeService typeService)
-
Constructor Details
-
GenderDataPopulator
public GenderDataPopulator()
-
-
Method Details
-
getTypeService
-
setTypeService
-
populate
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
-