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

Interface COM.ibm.jaws.models.trs.FlightReservation

public interface FlightReservation
extends Object
extends Common, Reservation

Method Index

 o cancel()
 o externalizeToStream(OutputEDStream)
 o getFlight()
 o getSeat()
 o internalizeFromStream(InputEDStream)
 o setSeat(String)
 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 getFlight
  public abstract Flight getFlight()
 o getSeat
  public abstract String getSeat()
 o setSeat
  public abstract void setSeat(String seat)

All Packages  Class Hierarchy  This Package  Previous  Next  Index