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

Class COM.ibm.jaws.models.trs.FlightReservationBase

java.lang.Object
   |
   +----COM.ibm.jaws.models.trs.CommonBase
           |
           +----COM.ibm.jaws.models.trs.ReservationBase
                   |
                   +----COM.ibm.jaws.models.trs.FlightReservationBase

public class FlightReservationBase
extends ReservationBase
implements FlightReservation

Variable Index

 o flight
 o seat

Constructor Index

 o FlightReservationBase()
 o FlightReservationBase(Object, int, Flight, String)

Method Index

 o cancel()
 o externalizeToStream(OutputEDStream)
Use this method to export the Manageable object's essential data (ED) to a "sink" represented by an OutputEDStream.
 o getFlight()
 o getSeat()
 o internalizeFromStream(InputEDStream)
Use this method to import the Manageable object's essential data (ED) from a "source" represented by an InputEDStream.
 o setSeat(String)
 o toString()
Returns a String that represents the value of this Object.

Variables

 o flight
  protected Flight flight
 o seat
  protected String seat

Constructors

 o FlightReservationBase
  public FlightReservationBase()
 o FlightReservationBase
  public FlightReservationBase(Object trip,
                               int numberTraveling,
                               Flight flight,
                               String seat)

Methods

 o externalizeToStream
  public void externalizeToStream(OutputEDStream out)
Use this method to export the Manageable object's essential data (ED) to a "sink" represented by an OutputEDStream.
Overrides:
externalizeToStream in class CommonBase
 o internalizeFromStream
  public void internalizeFromStream(InputEDStream in)
Use this method to import the Manageable object's essential data (ED) from a "source" represented by an InputEDStream.
Overrides:
internalizeFromStream in class CommonBase
 o cancel
  public void cancel()
 o getFlight
  public Flight getFlight()
 o getSeat
  public String getSeat()
 o setSeat
  public void setSeat(String seat)
 o toString
  public String toString()
Returns a String that represents the value of this Object.
Overrides:
toString in class ReservationBase

All Packages  Class Hierarchy  This Package  Previous  Next  Index