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

Interface COM.ibm.jaws.models.trs.RoomGroupAvailability

public interface RoomGroupAvailability
extends Object
extends Common

Method Index

 o cancel()
 o getDate()
 o getTotalAvailableRooms()
 o reserve()
 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 cancel
  public abstract void cancel()
 o getDate
  public abstract Date getDate()
 o getTotalAvailableRooms
  public abstract int getTotalAvailableRooms()
 o reserve
  public abstract void reserve()

All Packages  Class Hierarchy  This Package  Previous  Next  Index