Class AddBundleToCartForm

java.lang.Object
de.hybris.platform.shoppingaddon.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()
      Gets travel route code.
      Returns:
      the travelRouteCode
    • setTravelRouteCode

      public void setTravelRouteCode(String travelRouteCode)
      Sets travel route code.
      Parameters:
      travelRouteCode - the travelRouteCode to set
    • getItineraryPricingInfo

      public ItineraryPricingInfoData getItineraryPricingInfo()
      Gets itinerary pricing info.
      Returns:
      the itineraryPricingInfo
    • setItineraryPricingInfo

      public void setItineraryPricingInfo(ItineraryPricingInfoData itineraryPricingInfo)
      Sets itinerary pricing info.
      Parameters:
      itineraryPricingInfo - the itineraryPricingInfo to set
    • getPassengerTypeQuantityList

      public List<PassengerTypeQuantityData> getPassengerTypeQuantityList()
      Gets passenger type quantity list.
      Returns:
      the passengerTypeQuantityList
    • setPassengerTypeQuantityList

      public void setPassengerTypeQuantityList(List<PassengerTypeQuantityData> passengerTypeQuantityList)
      Sets passenger type quantity list.
      Parameters:
      passengerTypeQuantityList - the passengerTypeQuantityList to set
    • getOriginDestinationRefNumber

      public String getOriginDestinationRefNumber()
      Gets origin destination ref number.
      Returns:
      the originDestinationRefNumber
    • setOriginDestinationRefNumber

      public void setOriginDestinationRefNumber(String originDestinationRefNumber)
      Sets origin destination ref number.
      Parameters:
      originDestinationRefNumber - the originDestinationRefNumber to set
    • getShoppingFareDataList

      public List<ShoppingFareData> getShoppingFareDataList()
      Gets shopping fare data list.
      Returns:
      the shopping fare data list
    • setShoppingFareDataList

      public void setShoppingFareDataList(List<ShoppingFareData> shoppingFareDataList)
      Sets shopping fare data list.
      Parameters:
      shoppingFareDataList - the shopping fare data list