net.sf.ofx4j.domain.data.creditcard
Class CreditCardAccountDetails

java.lang.Object
  extended by net.sf.ofx4j.domain.data.creditcard.CreditCardAccountDetails

public class CreditCardAccountDetails
extends java.lang.Object

Author:
Ryan Heaton
See Also:
"OFX Spec, Section 11.3.2"

Constructor Summary
CreditCardAccountDetails()
           
 
Method Summary
 java.lang.String getAccountKey()
          The account key.
 java.lang.String getAccountNumber()
          The account number.
 void setAccountKey(java.lang.String accountKey)
          The account key.
 void setAccountNumber(java.lang.String accountNumber)
          The account number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreditCardAccountDetails

public CreditCardAccountDetails()
Method Detail

getAccountNumber

public java.lang.String getAccountNumber()
The account number.

Returns:
The account number.

setAccountNumber

public void setAccountNumber(java.lang.String accountNumber)
The account number.

Parameters:
accountNumber - The account number.

getAccountKey

public java.lang.String getAccountKey()
The account key.

Returns:
The account key.

setAccountKey

public void setAccountKey(java.lang.String accountKey)
The account key.

Parameters:
accountKey - The account key.


Copyright © 2008. All Rights Reserved.