Class GuestCountReversePopulator
java.lang.Object
de.hybris.platform.travelfacades.populators.GuestCountReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<PassengerTypeQuantityData,GuestCountModel>
public class GuestCountReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<PassengerTypeQuantityData,GuestCountModel>
The type Guest count reverse populator.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PassengerTypeServiceGets passenger type service.voidpopulate(PassengerTypeQuantityData source, GuestCountModel target) voidsetPassengerTypeService(PassengerTypeService passengerTypeService) Sets passenger type service.
-
Constructor Details
-
GuestCountReversePopulator
public GuestCountReversePopulator()
-
-
Method Details
-
populate
public void populate(PassengerTypeQuantityData source, GuestCountModel target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException - Specified by:
populatein interfacede.hybris.platform.converters.Populator<PassengerTypeQuantityData,GuestCountModel> - Throws:
de.hybris.platform.servicelayer.dto.converter.ConversionException
-
getPassengerTypeService
Gets passenger type service.- Returns:
- the passengerTypeService
-
setPassengerTypeService
Sets passenger type service.- Parameters:
passengerTypeService- the passengerTypeService to set
-