Class TitlePopulator
- java.lang.Object
-
- de.hybris.platform.commercefacades.user.converters.populator.TitlePopulator
-
- All Implemented Interfaces:
Populator<TitleModel,TitleData>
public class TitlePopulator extends java.lang.Object implements Populator<TitleModel,TitleData>
Converter implementation forTitleModelas source andTitleDataas target type.
-
-
Constructor Summary
Constructors Constructor Description TitlePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(TitleModel source, TitleData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(TitleModel source, TitleData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<TitleModel,TitleData>- Parameters:
source- the source objecttarget- the target to fill
-
-