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