Class DistrictPopulator
java.lang.Object
de.hybris.platform.addressfacades.populators.DistrictPopulator
- All Implemented Interfaces:
Populator<C2LItemModel,DistrictData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(C2LItemModel source, DistrictData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
DistrictPopulator
public DistrictPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<C2LItemModel,DistrictData> - Parameters:
source- the source objecttarget- the target to fill
-