net.sf.ofx4j.domain.data.common
Class TransferInfo

java.lang.Object
  extended by net.sf.ofx4j.domain.data.common.TransferInfo

public class TransferInfo
extends java.lang.Object

Author:
Ryan Heaton

Constructor Summary
TransferInfo()
           
 
Method Summary
 java.lang.Double getAmount()
          The amount.
 BankAccountDetails getBankAccountFrom()
          The bank account to transfer from.
 BankAccountDetails getBankAccountTo()
          The bank account to transfer to.
 CreditCardAccountDetails getCreditCardAccountFrom()
          The credit card to transfer from.
 CreditCardAccountDetails getCreditCardAccountTo()
          The credit card account to transfer to.
 java.util.Date getDue()
          The due date.
 void setAccountFrom(BankAccountDetails bankAccountFrom)
          The account to transfer from.
 void setAccountFrom(CreditCardAccountDetails creditCardAccountFrom)
          The credit card to transfer from.
 void setAccountTo(BankAccountDetails bankAccountTo)
          The bank account to transfer to.
 void setAccountTo(CreditCardAccountDetails creditCardAccountTo)
          The credit card account to transfer to.
 void setAmount(java.lang.Double amount)
          The amount.
 void setBankAccountFrom(BankAccountDetails bankAccountFrom)
          The bank account to transfer from.
 void setBankAccountTo(BankAccountDetails bankAccountTo)
          The bank account to transfer to.
 void setCreditCardAccountFrom(CreditCardAccountDetails creditCardAccountFrom)
          The credit card to transfer from.
 void setCreditCardAccountTo(CreditCardAccountDetails creditCardAccountTo)
          The credit card account to transfer to.
 void setDue(java.util.Date due)
          The due date.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransferInfo

public TransferInfo()
Method Detail

getBankAccountFrom

public BankAccountDetails getBankAccountFrom()
The bank account to transfer from.

Returns:
The bank account to transfer from.

setBankAccountFrom

public void setBankAccountFrom(BankAccountDetails bankAccountFrom)
The bank account to transfer from.

Parameters:
bankAccountFrom - The bank account to transfer from.

setAccountFrom

public void setAccountFrom(BankAccountDetails bankAccountFrom)
The account to transfer from.

Parameters:
bankAccountFrom - The account to transfer from.

getCreditCardAccountFrom

public CreditCardAccountDetails getCreditCardAccountFrom()
The credit card to transfer from.

Returns:
The credit card to transfer from.

setCreditCardAccountFrom

public void setCreditCardAccountFrom(CreditCardAccountDetails creditCardAccountFrom)
The credit card to transfer from.

Parameters:
creditCardAccountFrom - The credit card to transfer from.

setAccountFrom

public void setAccountFrom(CreditCardAccountDetails creditCardAccountFrom)
The credit card to transfer from.

Parameters:
creditCardAccountFrom - The credit card to transfer from.

getBankAccountTo

public BankAccountDetails getBankAccountTo()
The bank account to transfer to.

Returns:
The bank account to transfer to.

setBankAccountTo

public void setBankAccountTo(BankAccountDetails bankAccountTo)
The bank account to transfer to.

Parameters:
bankAccountTo - The bank account to transfer to.

setAccountTo

public void setAccountTo(BankAccountDetails bankAccountTo)
The bank account to transfer to.

Parameters:
bankAccountTo - The bank account to transfer to.

getCreditCardAccountTo

public CreditCardAccountDetails getCreditCardAccountTo()
The credit card account to transfer to.

Returns:
The credit card account to transfer to.

setCreditCardAccountTo

public void setCreditCardAccountTo(CreditCardAccountDetails creditCardAccountTo)
The credit card account to transfer to.

Parameters:
creditCardAccountTo - The credit card account to transfer to.

setAccountTo

public void setAccountTo(CreditCardAccountDetails creditCardAccountTo)
The credit card account to transfer to.

Parameters:
creditCardAccountTo - The credit card account to transfer to.

getAmount

public java.lang.Double getAmount()
The amount.

Returns:
The amount.

setAmount

public void setAmount(java.lang.Double amount)
The amount.

Parameters:
amount - The amount.

getDue

public java.util.Date getDue()
The due date.

Returns:
The due date.

setDue

public void setDue(java.util.Date due)
The due date.

Parameters:
due - The due date.


Copyright © 2008. All Rights Reserved.