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

Interface COM.ibm.jaws.models.trs.CreditCard

public interface CreditCard
extends Object
extends Common

Method Index

 o getExpirationDate()
 o getNumber()
 o getType()
 o setExpirationDate(Date)
 o setNumber(String)
 o setType(String)
 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 getType
  public abstract String getType()
 o getNumber
  public abstract String getNumber()
 o setExpirationDate
  public abstract void setExpirationDate(Date d)
 o setNumber
  public abstract void setNumber(String d)
 o setType
  public abstract void setType(String d)
 o getExpirationDate
  public abstract Date getExpirationDate()

All Packages  Class Hierarchy  This Package  Previous  Next  Index