Class AddBundleToCartForm
java.lang.Object
de.hybris.platform.shoppingaddon.forms.AddBundleToCartForm
AddBundleToCartForm object used to bind with the AddBundleToCartForm and uses JSR303 validation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets itinerary pricing info.Gets origin destination ref number.Gets passenger type quantity list.Gets shopping fare data list.Gets travel route code.voidsetItineraryPricingInfo(ItineraryPricingInfoData itineraryPricingInfo) Sets itinerary pricing info.voidsetOriginDestinationRefNumber(String originDestinationRefNumber) Sets origin destination ref number.voidsetPassengerTypeQuantityList(List<PassengerTypeQuantityData> passengerTypeQuantityList) Sets passenger type quantity list.voidsetShoppingFareDataList(List<ShoppingFareData> shoppingFareDataList) Sets shopping fare data list.voidsetTravelRouteCode(String travelRouteCode) Sets travel route code.
-
Constructor Details
-
AddBundleToCartForm
public AddBundleToCartForm()
-
-
Method Details
-
getTravelRouteCode
Gets travel route code.- Returns:
- the travelRouteCode
-
setTravelRouteCode
Sets travel route code.- Parameters:
travelRouteCode- the travelRouteCode to set
-
getItineraryPricingInfo
Gets itinerary pricing info.- Returns:
- the itineraryPricingInfo
-
setItineraryPricingInfo
Sets itinerary pricing info.- Parameters:
itineraryPricingInfo- the itineraryPricingInfo to set
-
getPassengerTypeQuantityList
Gets passenger type quantity list.- Returns:
- the passengerTypeQuantityList
-
setPassengerTypeQuantityList
Sets passenger type quantity list.- Parameters:
passengerTypeQuantityList- the passengerTypeQuantityList to set
-
getOriginDestinationRefNumber
Gets origin destination ref number.- Returns:
- the originDestinationRefNumber
-
setOriginDestinationRefNumber
Sets origin destination ref number.- Parameters:
originDestinationRefNumber- the originDestinationRefNumber to set
-
getShoppingFareDataList
Gets shopping fare data list.- Returns:
- the shopping fare data list
-
setShoppingFareDataList
Sets shopping fare data list.- Parameters:
shoppingFareDataList- the shopping fare data list
-