Class ProductAffinityPopulator<SOURCE extends Map.Entry<String,Affinity>,TARGET extends ProductAffinityData>
java.lang.Object
de.hybris.platform.assistedserviceyprofilefacades.populator.ProductAffinityPopulator<SOURCE,TARGET>
- Type Parameters:
SOURCE- Map.Entry<String,Affinity>TARGET- ProductAffinityData
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class ProductAffinityPopulator<SOURCE extends Map.Entry<String,Affinity>,TARGET extends ProductAffinityData>
extends Object
implements Populator<SOURCE,TARGET>
Populator for product affinity data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ProductFacadevoidPopulate the target instance with values from the source instance.voidsetProductFacade(ProductFacade productFacade)
-
Constructor Details
-
ProductAffinityPopulator
public ProductAffinityPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance. -
getProductFacade
-
setProductFacade
-