Class B2BUnitApprovalReversePopulator
- java.lang.Object
-
- de.hybris.platform.b2bapprovalprocessfacades.company.converters.populators.B2BUnitApprovalReversePopulator
-
- All Implemented Interfaces:
Populator<B2BUnitData,B2BUnitModel>
public class B2BUnitApprovalReversePopulator extends java.lang.Object implements Populator<B2BUnitData,B2BUnitModel>
Reverse populator, to populate aB2BUnitModelfrom aB2BUnitData.
-
-
Constructor Summary
Constructors Constructor Description B2BUnitApprovalReversePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(B2BUnitData source, B2BUnitModel target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(B2BUnitData source, B2BUnitModel target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<B2BUnitData,B2BUnitModel>- Parameters:
source- the source objecttarget- the target to fill
-
-