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

Class COM.ibm.jaws.models.trs.HotelCompanyBase

java.lang.Object
   |
   +----COM.ibm.jaws.models.trs.CommonBase
           |
           +----COM.ibm.jaws.models.trs.HotelCompanyBase

public class HotelCompanyBase
extends CommonBase

Variable Index

 o contact
 o image
 o name
 o roomGroupRC

Constructor Index

 o HotelCompanyBase()
 o HotelCompanyBase(String, String)

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.

Variables

 o name
  protected String name
 o image
  protected String image
 o contact
  protected Contact contact
 o roomGroupRC
  protected ReferenceCollection roomGroupRC

Constructors

 o HotelCompanyBase
  public HotelCompanyBase()
 o HotelCompanyBase
  public HotelCompanyBase(String name,
                          String image)

Methods

 o addContact
  public 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 Contact getContact()
 o getImage
  public String getImage()
 o addRoomGroup
  public RoomGroup addRoomGroup(String cityString,
                                String name,
                                String info,
                                float price)
 o getRoomGroups
  public Iterator getRoomGroups()
 o getName
  public String getName()
 o toString
  public String toString()
Returns a String that represents the value of this Object.
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index