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
-
cancel()
-
-
getDate()
-
-
getTotalAvailableRooms()
-
-
reserve()
-
-
toString()
- Returns a String that represents the value of this Object.
toString
public abstract String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
cancel
public abstract void cancel()
getDate
public abstract Date getDate()
getTotalAvailableRooms
public abstract int getTotalAvailableRooms()
reserve
public abstract void reserve()
All Packages Class Hierarchy This Package Previous Next Index