Class B2BUnitApprovalReversePopulator
java.lang.Object
de.hybris.platform.b2bapprovalprocessfacades.company.converters.populators.B2BUnitApprovalReversePopulator
- All Implemented Interfaces:
Populator<B2BUnitData,B2BUnitModel>
public class B2BUnitApprovalReversePopulator
extends Object
implements Populator<B2BUnitData,B2BUnitModel>
Reverse populator, to populate a
B2BUnitModel from a B2BUnitData.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(B2BUnitData source, B2BUnitModel target) Populate the target instance with values from the source instance.
-
Constructor Details
-
B2BUnitApprovalReversePopulator
public B2BUnitApprovalReversePopulator()
-
-
Method Details
-
populate
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
-