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
-
flight
-
-
seat
-
-
FlightReservationBase()
-
-
FlightReservationBase(Object, int, Flight, String)
-
-
cancel()
-
-
externalizeToStream(OutputEDStream)
-
Use this method to export the Manageable object's
essential data (ED) to a "sink" represented by an
OutputEDStream.
-
getFlight()
-
-
getSeat()
-
-
internalizeFromStream(InputEDStream)
-
Use this method to import the Manageable object's
essential data (ED) from a "source" represented by an
InputEDStream.
-
setSeat(String)
-
-
toString()
- Returns a String that represents the value of this Object.
flight
protected Flight flight
seat
protected String seat
FlightReservationBase
public FlightReservationBase()
FlightReservationBase
public FlightReservationBase(Object trip,
int numberTraveling,
Flight flight,
String seat)
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
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
cancel
public void cancel()
getFlight
public Flight getFlight()
getSeat
public String getSeat()
setSeat
public void setSeat(String seat)
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