Class CityPopulator
- java.lang.Object
-
- de.hybris.platform.addressfacades.populators.CityPopulator
-
- All Implemented Interfaces:
Populator<C2LItemModel,CityData>
public class CityPopulator extends java.lang.Object implements Populator<C2LItemModel,CityData>
-
-
Constructor Summary
Constructors Constructor Description CityPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(C2LItemModel source, CityData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(C2LItemModel source, CityData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<C2LItemModel,CityData>- Parameters:
source- the source objecttarget- the target to fill
-
-