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
-
confirm(CreditCard)
-
-
getConfirmationNumber()
-
-
getCreditCard()
-
-
getNumberTraveling()
-
-
getStatus()
-
-
getTrip()
-
-
taken()
-
-
toString()
- Returns a String that represents the value of this Object.
toString
public abstract String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
confirm
public abstract void confirm(CreditCard creditCard)
getConfirmationNumber
public abstract int getConfirmationNumber()
getCreditCard
public abstract CreditCard getCreditCard()
getNumberTraveling
public abstract int getNumberTraveling()
getStatus
public abstract String getStatus()
getTrip
public abstract Trip getTrip()
taken
public abstract void taken()
All Packages Class Hierarchy This Package Previous Next Index