Class B2BMediaPopulator<SOURCE extends MediaModel,TARGET extends MediaData>
- java.lang.Object
-
- de.hybris.platform.accountsummaryaddon.document.populators.B2BMediaPopulator<SOURCE,TARGET>
-
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class B2BMediaPopulator<SOURCE extends MediaModel,TARGET extends MediaData> extends java.lang.Object implements Populator<SOURCE,TARGET>
-
-
Constructor Summary
Constructors Constructor Description B2BMediaPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
populate(SOURCE source, TARGET target)
Populate the target instance with values from the source instance.
-