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

Class COM.ibm.jaws.models.trs.RoomGroupBase

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

public class RoomGroupBase
extends CommonBase

Variable Index

 o city
 o cityString
 o contact
 o d
 o hotelCompany
 o hotelReservationRC
 o info
 o location
 o name
 o price
 o roomGroupAvailabilityRC

Constructor Index

 o RoomGroupBase()
 o RoomGroupBase(Object, String, String, String, float)

Method Index

 o activate()
 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 roomGroupAvailabilityAvailable(Date)
 o roomGroupAvailabilityReserve(Date)
 o roomGroupAvailbilityCancel(Date)
 o setCity(String)
 o toString()
Returns a String that represents the value of this Object.

Variables

 o d
  protected static Debug d
 o hotelCompany
  protected Object hotelCompany
 o city
  protected City city
 o cityString
  protected String cityString
 o location
  protected String location
 o contact
  protected Contact contact
 o info
  protected String info
 o name
  protected String name
 o price
  protected float price
 o roomGroupAvailabilityRC
  protected ReferenceCollection roomGroupAvailabilityRC
 o hotelReservationRC
  protected ReferenceCollection hotelReservationRC

Constructors

 o RoomGroupBase
  public RoomGroupBase()
 o RoomGroupBase
  public RoomGroupBase(Object hotelCompany,
                       String cityString,
                       String name,
                       String info,
                       float price)

Methods

 o activate
  public void activate()
 o addLocationInformation
  public 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 RoomGroupAvailability addRoomGroupAvailability(Date date,
                                                        int totalAvailableRooms)
 o available
  public boolean available(Date startDate,
                           Date endDate)
 o cancel
  public void cancel(HotelReservation res)
 o getCity
  public City getCity()
 o getContact
  public Contact getContact()
 o getHotelCompany
  public HotelCompany getHotelCompany()
 o getInfo
  public String getInfo()
 o getLocation
  public String getLocation()
 o getName
  public String getName()
 o getPrice
  public float getPrice()
 o getRoomGroupAvailabilities
  public Iterator getRoomGroupAvailabilities()
 o reserve
  public void reserve(HotelReservation hotelReservation)
 o roomGroupAvailbilityCancel
  public void roomGroupAvailbilityCancel(Date date)
 o roomGroupAvailabilityReserve
  protected void roomGroupAvailabilityReserve(Date date)
 o roomGroupAvailabilityAvailable
  protected boolean roomGroupAvailabilityAvailable(Date date)
 o setCity
  public void setCity(String cityString)
 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