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

Interface COM.ibm.jaws.models.trs.CarRentalCompany

public interface CarRentalCompany
extends Object
extends Common

Method Index

 o addCar(String, String)
 o addCarFleet(String, String, float, String)
 o addContact(String, String, String, String, String, String, String, String, String, String, URL)
 o getCarFleets()
 o getCars()
 o getContact()
 o getName()
 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 addCar
  public abstract Car addCar(String name,
                             String image)
 o getCars
  public abstract Iterator getCars()
 o addCarFleet
  public abstract CarFleet addCarFleet(String airportCode,
                                       String name,
                                       float price,
                                       String carString)
 o getCarFleets
  public abstract Iterator getCarFleets()
 o getName
  public abstract String getName()

All Packages  Class Hierarchy  This Package  Previous  Next  Index