Class ASMPointOfServicePopulator
java.lang.Object
de.hybris.platform.assistedservicefacades.pointofservice.converters.populator.ASMPointOfServicePopulator
- All Implemented Interfaces:
Populator<PointOfServiceModel,PointOfServiceData>
public class ASMPointOfServicePopulator
extends Object
implements Populator<PointOfServiceModel,PointOfServiceData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(PointOfServiceModel source, PointOfServiceData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
ASMPointOfServicePopulator
public ASMPointOfServicePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PointOfServiceModel,PointOfServiceData> - Parameters:
source- the source objecttarget- the target to fill
-