Interface COM.ibm.jaws.models.trs.FlightPlan
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface COM.ibm.jaws.models.trs.FlightPlan

public interface FlightPlan
extends Object
extends Common

Method Index

 o addFlight(Date, Date, String)
 o getAirlineCompany()
 o getConnections()
 o getDepartureAirport()
 o getDestinationAirport()
 o getFlightNumber()
 o getFlights()
 o getPrice()
 o setDepartureAirport(String)
 o setDestinationAirport(String)
 o toString()
Returns a String that represents the value of this Object.

Methods

 o toString
  public abstract String toString()
Returns a String that represents the value of this Object.
Overrides:
toString in class Object
 o setDepartureAirport
  public abstract void setDepartureAirport(String departureAirportString)
 o getDepartureAirport
  public abstract Airport getDepartureAirport()
 o setDestinationAirport
  public abstract void setDestinationAirport(String destinationAirportString)
 o getDestinationAirport
  public abstract Airport getDestinationAirport()
 o addFlight
  public abstract Flight addFlight(Date departureDateTime,
                                   Date arrivalDateTime,
                                   String planeString)
 o getAirlineCompany
  public abstract AirlineCompany getAirlineCompany()
 o getFlightNumber
  public abstract String getFlightNumber()
 o getFlights
  public abstract Iterator getFlights()
 o getConnections
  public abstract Iterator getConnections()
 o getPrice
  public abstract float getPrice()

All Packages  Class Hierarchy  This Package  Previous  Next  Index