Class CityPopulator
java.lang.Object
de.hybris.platform.addressfacades.populators.CityPopulator
- All Implemented Interfaces:
Populator<C2LItemModel,CityData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(C2LItemModel source, CityData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
CityPopulator
public CityPopulator()
-
-
Method Details
-
populate
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
-