Class B2BMediaPopulator<SOURCE extends MediaModel,TARGET extends MediaData>

java.lang.Object
de.hybris.platform.b2bacceleratorfacades.company.populators.B2BMediaPopulator<SOURCE,TARGET>
All Implemented Interfaces:
Populator<SOURCE,TARGET>

public class B2BMediaPopulator<SOURCE extends MediaModel,TARGET extends MediaData> extends Object implements Populator<SOURCE,TARGET>
  • Constructor Details

    • B2BMediaPopulator

      public B2BMediaPopulator()
  • Method Details

    • populate

      public void populate(SOURCE source, TARGET target)
      Description copied from interface: Populator
      Populate the target instance with values from the source instance.
      Specified by:
      populate in interface Populator<SOURCE extends MediaModel,TARGET extends MediaData>
      Parameters:
      source - the source object
      target - the target to fill