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
-
cancel()
-
-
externalizeToStream(OutputEDStream)
-
-
getFlight()
-
-
getSeat()
-
-
internalizeFromStream(InputEDStream)
-
-
setSeat(String)
-
-
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()
getFlight
public abstract Flight getFlight()
getSeat
public abstract String getSeat()
setSeat
public abstract void setSeat(String seat)
All Packages Class Hierarchy This Package Previous Next Index