Class FlightReservation
java.lang.Object
de.hybris.platform.coreairlinewebservicescommons.dto.cart.FlightReservation
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAdditionalSecurity(Boolean additionalSecurity) voidsetBookingStatus(BookingStatus bookingStatus) voidsetDataReferences(DataReference dataReferences) voidsetOfferPricingInfos(List<OfferPricingInfo> offerPricingInfos) voidsetReservationItems(List<ReservationItem> reservationItems) voidsetSalesApplication(String salesApplication) voidsetTotalFare(TotalFare totalFare) voidsetTotalPaid(Price totalPaid) voidsetTotalRefunded(Price totalRefunded) voidsetTotalToPay(Price totalToPay)
-
Constructor Details
-
FlightReservation
public FlightReservation()
-
-
Method Details
-
setAdditionalSecurity
-
getAdditionalSecurity
-
setBookingStatus
-
getBookingStatus
-
setSalesApplication
-
getSalesApplication
-
setOfferPricingInfos
-
getOfferPricingInfos
-
setReservationItems
-
getReservationItems
-
setTotalFare
-
getTotalFare
-
setTotalToPay
-
getTotalToPay
-
setTotalPaid
-
getTotalPaid
-
setTotalRefunded
-
getTotalRefunded
-
setDataReferences
-
getDataReferences
-