Class TmaIdentificationReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.converters.populator.TmaIdentificationReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaIdentificationData,TmaIdentificationModel>
public class TmaIdentificationReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaIdentificationData,TmaIdentificationModel>
Populates the attributes of
TmaIdentificationModel from TmaIdentificationData- Since:
- 1911
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(TmaIdentificationData source, TmaIdentificationModel target)
-
Constructor Details
-
TmaIdentificationReversePopulator
public TmaIdentificationReversePopulator()
-
-
Method Details
-
populate
public void populate(TmaIdentificationData source, TmaIdentificationModel target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException - Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaIdentificationData,TmaIdentificationModel> - Throws:
de.hybris.platform.servicelayer.dto.converter.ConversionException
-