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 Details

    • GuestCountReversePopulator

      public GuestCountReversePopulator()
  • Method Details

    • populate

      public void populate(PassengerTypeQuantityData source, GuestCountModel target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException
      Specified by:
      populate in interface de.hybris.platform.converters.Populator<PassengerTypeQuantityData,GuestCountModel>
      Throws:
      de.hybris.platform.servicelayer.dto.converter.ConversionException
    • getPassengerTypeService

      protected PassengerTypeService getPassengerTypeService()
      Gets passenger type service.
      Returns:
      the passengerTypeService
    • setPassengerTypeService

      public void setPassengerTypeService(PassengerTypeService passengerTypeService)
      Sets passenger type service.
      Parameters:
      passengerTypeService - the passengerTypeService to set