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

Interface COM.ibm.jaws.models.trs.CarReservation

public interface CarReservation
extends Object
extends Common, Reservation

Method Index

 o cancel()
 o externalizeToStream(OutputEDStream)
 o getCarFleet()
 o internalizeFromStream(InputEDStream)
 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 getCarFleet
  public abstract CarFleet getCarFleet()

All Packages  Class Hierarchy  This Package  Previous  Next  Index