Class AddBundleToCartForm
java.lang.Object
de.hybris.platform.traveladdon.forms.AddBundleToCartForm
AddBundleToCartForm object used to bind with the AddBundleToCartForm and uses JSR303 validation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetItineraryPricingInfo(ItineraryPricingInfoData itineraryPricingInfo) voidsetOriginDestinationRefNumber(String originDestinationRefNumber) voidsetPassengerTypeQuantityList(List<PassengerTypeQuantityData> passengerTypeQuantityList) voidsetTravelRouteCode(String travelRouteCode)
-
Constructor Details
-
AddBundleToCartForm
public AddBundleToCartForm()
-
-
Method Details
-
getTravelRouteCode
- Returns:
- the travelRouteCode
-
setTravelRouteCode
- Parameters:
travelRouteCode- the travelRouteCode to set
-
getItineraryPricingInfo
- Returns:
- the itineraryPricingInfo
-
setItineraryPricingInfo
- Parameters:
itineraryPricingInfo- the itineraryPricingInfo to set
-
getPassengerTypeQuantityList
- Returns:
- the passengerTypeQuantityList
-
setPassengerTypeQuantityList
- Parameters:
passengerTypeQuantityList- the passengerTypeQuantityList to set
-
getOriginDestinationRefNumber
- Returns:
- the originDestinationRefNumber
-
setOriginDestinationRefNumber
- Parameters:
originDestinationRefNumber- the originDestinationRefNumber to set
-