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

Interface COM.ibm.jaws.models.trs.RoomGroup

public interface RoomGroup
extends Object
extends Common

Method Index

 o addLocationInformation(String, String, String, String, String, String, String, String, String, String, String, URL)
 o addRoomGroupAvailability(Date, int)
 o available(Date, Date)
 o cancel(HotelReservation)
 o getCity()
 o getContact()
 o getHotelCompany()
 o getInfo()
 o getLocation()
 o getName()
 o getPrice()
 o getRoomGroupAvailabilities()
 o reserve(HotelReservation)
 o roomGroupAvailbilityCancel(Date)
 o setCity(String)
 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 addLocationInformation
  public abstract Contact addLocationInformation(String location,
                                                 String address1,
                                                 String address2,
                                                 String cityString,
                                                 String zip,
                                                 String phoneAreaCode,
                                                 String phoneNumber,
                                                 String faxAreaCode,
                                                 String faxNumber,
                                                 String emailId,
                                                 String emailAddress,
                                                 URL url)
 o addRoomGroupAvailability
  public abstract RoomGroupAvailability addRoomGroupAvailability(Date date,
                                                                 int totalAvailableRooms)
 o available
  public abstract boolean available(Date startDate,
                                    Date endDate)
 o cancel
  public abstract void cancel(HotelReservation res)
 o roomGroupAvailbilityCancel
  public abstract void roomGroupAvailbilityCancel(Date date)
 o getCity
  public abstract City getCity()
 o getContact
  public abstract Contact getContact()
 o getHotelCompany
  public abstract HotelCompany getHotelCompany()
 o getInfo
  public abstract String getInfo()
 o getLocation
  public abstract String getLocation()
 o getName
  public abstract String getName()
 o getPrice
  public abstract float getPrice()
 o getRoomGroupAvailabilities
  public abstract Iterator getRoomGroupAvailabilities()
 o reserve
  public abstract void reserve(HotelReservation hotelReservation)
 o setCity
  public abstract void setCity(String cityString)

All Packages  Class Hierarchy  This Package  Previous  Next  Index