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

Class COM.ibm.jaws.models.trs.TravelProfileBase

java.lang.Object
   |
   +----COM.ibm.jaws.models.trs.CommonBase
           |
           +----COM.ibm.jaws.models.trs.TravelProfileBase

public class TravelProfileBase
extends CommonBase

Variable Index

 o creditCardRC
 o preferredCreditCard
 o user

Constructor Index

 o TravelProfileBase()
 o TravelProfileBase(Object)

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.

Variables

 o user
  protected Object user
 o creditCardRC
  protected ReferenceCollection creditCardRC
 o preferredCreditCard
  protected CreditCard preferredCreditCard

Constructors

 o TravelProfileBase
  public TravelProfileBase()
 o TravelProfileBase
  public TravelProfileBase(Object user)

Methods

 o addCreditCard
  public CreditCard addCreditCard(String type,
                                  String number,
                                  Date expirationDate)
 o getCreditCards
  public Iterator getCreditCards()
 o setPreferredCreditCard
  public void setPreferredCreditCard(CreditCard creditCard)
 o getPreferredCreditCard
  public CreditCard getPreferredCreditCard()
 o toString
  public String toString()
Returns a String that represents the value of this Object.
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index