|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ofx4j.domain.data.common.TransferInfo
public class TransferInfo
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 |
---|
public TransferInfo()
Method Detail |
---|
public BankAccountDetails getBankAccountFrom()
public void setBankAccountFrom(BankAccountDetails bankAccountFrom)
bankAccountFrom
- The bank account to transfer from.public void setAccountFrom(BankAccountDetails bankAccountFrom)
bankAccountFrom
- The account to transfer from.public CreditCardAccountDetails getCreditCardAccountFrom()
public void setCreditCardAccountFrom(CreditCardAccountDetails creditCardAccountFrom)
creditCardAccountFrom
- The credit card to transfer from.public void setAccountFrom(CreditCardAccountDetails creditCardAccountFrom)
creditCardAccountFrom
- The credit card to transfer from.public BankAccountDetails getBankAccountTo()
public void setBankAccountTo(BankAccountDetails bankAccountTo)
bankAccountTo
- The bank account to transfer to.public void setAccountTo(BankAccountDetails bankAccountTo)
bankAccountTo
- The bank account to transfer to.public CreditCardAccountDetails getCreditCardAccountTo()
public void setCreditCardAccountTo(CreditCardAccountDetails creditCardAccountTo)
creditCardAccountTo
- The credit card account to transfer to.public void setAccountTo(CreditCardAccountDetails creditCardAccountTo)
creditCardAccountTo
- The credit card account to transfer to.public java.lang.Double getAmount()
public void setAmount(java.lang.Double amount)
amount
- The amount.public java.util.Date getDue()
public void setDue(java.util.Date due)
due
- The due date.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |