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
-
addContact(String, String, String, String, String, String, String, String, String, String, URL)
-
-
addFlightPlan(String, String, String, float)
-
-
addPlane(String, String, String, int)
-
-
getContact()
-
-
getFlightPlans()
-
-
getName()
-
-
getPlanes()
-
-
toString()
- Returns a String that represents the value of this Object.
toString
public abstract String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
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)
getContact
public abstract Contact getContact()
getName
public abstract String getName()
addPlane
public abstract Plane addPlane(String name,
String planeImage,
String seatImage,
int totalSeats)
getPlanes
public abstract Iterator getPlanes()
addFlightPlan
public abstract FlightPlan addFlightPlan(String flightNumber,
String departureAirportString,
String destinationAirportString,
float price)
getFlightPlans
public abstract Iterator getFlightPlans()
All Packages Class Hierarchy This Package Previous Next Index