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

Interface COM.ibm.jaws.models.trs.TravelProfile

public interface TravelProfile
extends Object
extends Common

Method Index

 o addCreditCard(String, String, Date)
 o getCreditCards()
 o getPreferredCreditCard()
 o setPreferredCreditCard(CreditCard)
 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 addCreditCard
  public abstract CreditCard addCreditCard(String type,
                                           String number,
                                           Date expirationDate)
 o getCreditCards
  public abstract Iterator getCreditCards()
 o setPreferredCreditCard
  public abstract void setPreferredCreditCard(CreditCard creditCard)
 o getPreferredCreditCard
  public abstract CreditCard getPreferredCreditCard()

All Packages  Class Hierarchy  This Package  Previous  Next  Index