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