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

Interface COM.ibm.jaws.models.trs.HotelReservation

public interface HotelReservation
extends Object
extends Common, Reservation

Method Index

 o cancel()
 o externalizeToStream(OutputEDStream)
 o getRoomGroup()
 o internalizeFromStream(InputEDStream)
 o toString()
Returns a String that represents the value of this Object.

Methods

 o externalizeToStream
  public abstract void externalizeToStream(OutputEDStream out)
 o internalizeFromStream
  public abstract void internalizeFromStream(InputEDStream in)
 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 getRoomGroup
  public abstract RoomGroup getRoomGroup()

All Packages  Class Hierarchy  This Package  Previous  Next  Index