|
||||||||||
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.Transaction
public class Transaction
Constructor Summary | |
---|---|
Transaction()
|
Method Summary | |
---|---|
java.lang.Double |
getAmount()
The transaction amount. |
BankAccountDetails |
getBankAccountTo()
The bank account the transfer was to. |
java.lang.String |
getCheckNumber()
The check number. |
CorrectionAction |
getCorrectionAction()
The action to take on the corrected transaction . |
java.lang.String |
getCorrectionId()
The id of the transaction that this is correcting. |
CreditCardAccountDetails |
getCreditCardAccountTo()
The credit-card account the transfer was to. |
Currency |
getCurrency()
The currency. |
java.util.Date |
getDateAvailable()
The date the funds are available. |
java.util.Date |
getDateInitiated()
The date the transaction was initiated. |
java.util.Date |
getDatePosted()
The date the transaction was posted. |
java.lang.String |
getId()
The transaction id (server-assigned). |
java.lang.String |
getMemo()
Notes. |
java.lang.String |
getName()
The name (description) or the transaction. |
Currency |
getOriginalCurrency()
The original currency. |
Payee |
getPayee()
The payee. |
java.lang.String |
getPayeeId()
The payee id. |
java.lang.String |
getReferenceNumber()
The reference number. |
java.lang.String |
getStandardIndustrialCode()
The standard industrial code. |
java.lang.String |
getTempId()
The server-assigned temporary id for client-initiated transactions. |
TransactionType |
getTransactionType()
The transaction type. |
void |
setAmount(java.lang.Double amount)
The transaction amount. |
void |
setBankAccountTo(BankAccountDetails bankAccountTo)
The bank account the transfer was to. |
void |
setCheckNumber(java.lang.String checkNumber)
The check number. |
void |
setCorrectionAction(CorrectionAction correctionAction)
The action to take on the corrected transaction . |
void |
setCorrectionId(java.lang.String correctionId)
The id of the transaction that this is correcting. |
void |
setCreditCardAccountTo(CreditCardAccountDetails creditCardAccountTo)
The credit-card account the transfer was to. |
void |
setCurrency(Currency currency)
The currency. |
void |
setDateAvailable(java.util.Date dateAvailable)
The date the funds are available. |
void |
setDateInitiated(java.util.Date dateInitiated)
The date the transaction was initiated. |
void |
setDatePosted(java.util.Date datePosted)
The date the transaction was posted. |
void |
setId(java.lang.String id)
The transaction id (server-assigned). |
void |
setMemo(java.lang.String memo)
Notes. |
void |
setName(java.lang.String name)
The name (description) or the transaction. |
void |
setOriginalCurrency(Currency originalCurrency)
The original currency. |
void |
setPayee(Payee payee)
The payee. |
void |
setPayeeId(java.lang.String payeeId)
The payee id. |
void |
setReferenceNumber(java.lang.String referenceNumber)
The reference number. |
void |
setStandardIndustrialCode(java.lang.String standardIndustrialCode)
The standard industrial code. |
void |
setTempId(java.lang.String tempId)
The server-assigned temporary id for client-initiated transactions. |
void |
setTransactionType(TransactionType transactionType)
The transaction type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Transaction()
Method Detail |
---|
public TransactionType getTransactionType()
public void setTransactionType(TransactionType transactionType)
transactionType
- The transaction type.public java.util.Date getDatePosted()
public void setDatePosted(java.util.Date datePosted)
datePosted
- The date the transaction was posted.public java.util.Date getDateInitiated()
public void setDateInitiated(java.util.Date dateInitiated)
dateInitiated
- The date the transaction was initiated.public java.util.Date getDateAvailable()
public void setDateAvailable(java.util.Date dateAvailable)
dateAvailable
- The date the funds are available.public java.lang.Double getAmount()
public void setAmount(java.lang.Double amount)
amount
- The transaction amount.public java.lang.String getId()
public void setId(java.lang.String id)
id
- The transaction id (server-assigned).public java.lang.String getCorrectionId()
public void setCorrectionId(java.lang.String correctionId)
correctionId
- The id of the transaction that this is correcting.public CorrectionAction getCorrectionAction()
corrected transaction
.
corrected transaction
.public void setCorrectionAction(CorrectionAction correctionAction)
corrected transaction
.
correctionAction
- The action to take on the corrected transaction
.public java.lang.String getTempId()
public void setTempId(java.lang.String tempId)
tempId
- The server-assigned temporary id for client-initiated transactions.public java.lang.String getCheckNumber()
public void setCheckNumber(java.lang.String checkNumber)
checkNumber
- The check number.public java.lang.String getReferenceNumber()
public void setReferenceNumber(java.lang.String referenceNumber)
referenceNumber
- The reference number.public java.lang.String getStandardIndustrialCode()
public void setStandardIndustrialCode(java.lang.String standardIndustrialCode)
standardIndustrialCode
- The standard industrial code.public java.lang.String getPayeeId()
public void setPayeeId(java.lang.String payeeId)
payeeId
- The payee id.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name (description) or the transaction.public Payee getPayee()
public void setPayee(Payee payee)
payee
- The payee.public BankAccountDetails getBankAccountTo()
public void setBankAccountTo(BankAccountDetails bankAccountTo)
bankAccountTo
- The bank account the transfer was to.public CreditCardAccountDetails getCreditCardAccountTo()
public void setCreditCardAccountTo(CreditCardAccountDetails creditCardAccountTo)
creditCardAccountTo
- The credit-card account the transfer was to.public java.lang.String getMemo()
public void setMemo(java.lang.String memo)
memo
- Notes.public Currency getCurrency()
public void setCurrency(Currency currency)
currency
- The currency.public Currency getOriginalCurrency()
public void setOriginalCurrency(Currency originalCurrency)
originalCurrency
- The original currency.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |