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

Interface COM.ibm.jaws.models.trs.HotelCompany

public interface HotelCompany
extends Object
extends Common

Method Index

 o addContact(String, String, String, String, String, String, String, String, String, String, URL)
 o addRoomGroup(String, String, String, float)
 o getContact()
 o getImage()
 o getName()
 o getRoomGroups()
 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 getImage
  public abstract String getImage()
 o addRoomGroup
  public abstract RoomGroup addRoomGroup(String cityString,
                                         String name,
                                         String info,
                                         float price)
 o getRoomGroups
  public abstract Iterator getRoomGroups()
 o getName
  public abstract String getName()

All Packages  Class Hierarchy  This Package  Previous  Next  Index