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

Interface COM.ibm.jaws.models.trs.Reservation

public interface Reservation
extends Object
extends Common

Method Index

 o confirm(CreditCard)
 o getConfirmationNumber()
 o getCreditCard()
 o getNumberTraveling()
 o getStatus()
 o getTrip()
 o taken()
 o toString()
Returns a String that represents the value of this Object.

Methods

 o toString
  public abstract String toString()
Returns a String that represents the value of this Object.
Overrides:
toString in class Object
 o confirm
  public abstract void confirm(CreditCard creditCard)
 o getConfirmationNumber
  public abstract int getConfirmationNumber()
 o getCreditCard
  public abstract CreditCard getCreditCard()
 o getNumberTraveling
  public abstract int getNumberTraveling()
 o getStatus
  public abstract String getStatus()
 o getTrip
  public abstract Trip getTrip()
 o taken
  public abstract void taken()

All Packages  Class Hierarchy  This Package  Previous  Next  Index