Class GuaranteePopulator<SOURCE extends GuaranteeModel,TARGET extends GuaranteeData>
java.lang.Object
de.hybris.platform.travelfacades.facades.accommodation.populators.GuaranteePopulator<SOURCE,TARGET>
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<SOURCE,TARGET>
public class GuaranteePopulator<SOURCE extends GuaranteeModel,TARGET extends GuaranteeData>
extends Object
implements de.hybris.platform.converters.Populator<SOURCE,TARGET>
This class will populate the
GuaranteeData from the GuaranteeModel-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GuaranteePopulator
public GuaranteePopulator()
-
-
Method Details
-
populate
public void populate(SOURCE source, TARGET target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException - Specified by:
populatein interfacede.hybris.platform.converters.Populator<SOURCE extends GuaranteeModel,TARGET extends GuaranteeData> - Throws:
de.hybris.platform.servicelayer.dto.converter.ConversionException
-