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
-
addCar(String, String)
-
-
addCarFleet(String, String, float, String)
-
-
addContact(String, String, String, String, String, String, String, String, String, String, URL)
-
-
getCarFleets()
-
-
getCars()
-
-
getContact()
-
-
getName()
-
-
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()
addCar
public abstract Car addCar(String name,
String image)
getCars
public abstract Iterator getCars()
addCarFleet
public abstract CarFleet addCarFleet(String airportCode,
String name,
float price,
String carString)
getCarFleets
public abstract Iterator getCarFleets()
getName
public abstract String getName()
All Packages Class Hierarchy This Package Previous Next Index