java.lang.Object
de.hybris.platform.coreairlinewebservicescommons.dto.cart.FlightReservation
All Implemented Interfaces:
Serializable

public class FlightReservation extends Object implements Serializable
See Also:
  • Constructor Details

    • FlightReservation

      public FlightReservation()
  • Method Details

    • setAdditionalSecurity

      public void setAdditionalSecurity(Boolean additionalSecurity)
    • getAdditionalSecurity

      public Boolean getAdditionalSecurity()
    • setBookingStatus

      public void setBookingStatus(BookingStatus bookingStatus)
    • getBookingStatus

      public BookingStatus getBookingStatus()
    • setSalesApplication

      public void setSalesApplication(String salesApplication)
    • getSalesApplication

      public String getSalesApplication()
    • setOfferPricingInfos

      public void setOfferPricingInfos(List<OfferPricingInfo> offerPricingInfos)
    • getOfferPricingInfos

      public List<OfferPricingInfo> getOfferPricingInfos()
    • setReservationItems

      public void setReservationItems(List<ReservationItem> reservationItems)
    • getReservationItems

      public List<ReservationItem> getReservationItems()
    • setTotalFare

      public void setTotalFare(TotalFare totalFare)
    • getTotalFare

      public TotalFare getTotalFare()
    • setTotalToPay

      public void setTotalToPay(Price totalToPay)
    • getTotalToPay

      public Price getTotalToPay()
    • setTotalPaid

      public void setTotalPaid(Price totalPaid)
    • getTotalPaid

      public Price getTotalPaid()
    • setTotalRefunded

      public void setTotalRefunded(Price totalRefunded)
    • getTotalRefunded

      public Price getTotalRefunded()
    • setDataReferences

      public void setDataReferences(DataReference dataReferences)
    • getDataReferences

      public DataReference getDataReferences()