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

Interface COM.ibm.jaws.models.trs.AirlineCompany

public interface AirlineCompany
extends Object
extends Common

Method Index

 o addContact(String, String, String, String, String, String, String, String, String, String, URL)
 o addFlightPlan(String, String, String, float)
 o addPlane(String, String, String, int)
 o getContact()
 o getFlightPlans()
 o getName()
 o getPlanes()
 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 addContact
  public abstract Contact addContact(String address1,
                                     String address2,
                                     String city,
                                     String zip,
                                     String phoneAreaCode,
                                     String phoneNumber,
                                     String faxAreaCode,
                                     String faxNumber,
                                     String emailId,
                                     String emailAddress,
                                     URL url)
 o getContact
  public abstract Contact getContact()
 o getName
  public abstract String getName()
 o addPlane
  public abstract Plane addPlane(String name,
                                 String planeImage,
                                 String seatImage,
                                 int totalSeats)
 o getPlanes
  public abstract Iterator getPlanes()
 o addFlightPlan
  public abstract FlightPlan addFlightPlan(String flightNumber,
                                           String departureAirportString,
                                           String destinationAirportString,
                                           float price)
 o getFlightPlans
  public abstract Iterator getFlightPlans()

All Packages  Class Hierarchy  This Package  Previous  Next  Index