Class AddBundleToCartForm

java.lang.Object
de.hybris.platform.traveladdon.forms.AddBundleToCartForm

public class AddBundleToCartForm extends Object
AddBundleToCartForm object used to bind with the AddBundleToCartForm and uses JSR303 validation.
  • Constructor Details

    • AddBundleToCartForm

      public AddBundleToCartForm()
  • Method Details

    • getTravelRouteCode

      public String getTravelRouteCode()
      Returns:
      the travelRouteCode
    • setTravelRouteCode

      public void setTravelRouteCode(String travelRouteCode)
      Parameters:
      travelRouteCode - the travelRouteCode to set
    • getItineraryPricingInfo

      public ItineraryPricingInfoData getItineraryPricingInfo()
      Returns:
      the itineraryPricingInfo
    • setItineraryPricingInfo

      public void setItineraryPricingInfo(ItineraryPricingInfoData itineraryPricingInfo)
      Parameters:
      itineraryPricingInfo - the itineraryPricingInfo to set
    • getPassengerTypeQuantityList

      public List<PassengerTypeQuantityData> getPassengerTypeQuantityList()
      Returns:
      the passengerTypeQuantityList
    • setPassengerTypeQuantityList

      public void setPassengerTypeQuantityList(List<PassengerTypeQuantityData> passengerTypeQuantityList)
      Parameters:
      passengerTypeQuantityList - the passengerTypeQuantityList to set
    • getOriginDestinationRefNumber

      public String getOriginDestinationRefNumber()
      Returns:
      the originDestinationRefNumber
    • setOriginDestinationRefNumber

      public void setOriginDestinationRefNumber(String originDestinationRefNumber)
      Parameters:
      originDestinationRefNumber - the originDestinationRefNumber to set