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
-
cancel()
-
-
externalizeToStream(OutputEDStream)
-
-
getRoomGroup()
-
-
internalizeFromStream(InputEDStream)
-
-
toString()
- Returns a String that represents the value of this Object.
externalizeToStream
public abstract void externalizeToStream(OutputEDStream out)
internalizeFromStream
public abstract void internalizeFromStream(InputEDStream in)
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()
getRoomGroup
public abstract RoomGroup getRoomGroup()
All Packages Class Hierarchy This Package Previous Next Index