|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Each TransactionEntry acts as a journal entry for a PaymentTransaction. Each entry is a snapshot of a transaction as of specified date and time. The TransactionEntry is implemented as a belonging, it is created using the TransactionEntryHome abstract factory.
PaymentTransaction,
TransactionEntryHome| Method Summary | |
Date |
getEntryDate()
Get the date on which the entry was created. |
String |
getIdentifier()
Get the unique identifier for this entry. |
String |
getNotes()
Get the notes associated with this entry. |
String |
getServiceProviderCode()
Get the service provider specific code associated with this transaction. |
String |
getStatus()
Get the status of the PaymentTransaction at the time of this entry. |
Price |
getTransactionAmount()
Get the amount of the transaction outstanding at the time of this entry. |
void |
setEntryDate(Date entryDate)
Set the date on which the entry was created. |
void |
setIdentifier(String identifier)
Set the unique identifier for this entry. |
void |
setNotes(String notes)
Set the notes associated with this entry. |
void |
setServiceProviderCode(String serviceProviderCode)
Set the service provider specific code associated with this transaction. |
void |
setStatus(String status)
Get the status of the PaymentTransaction at the time of this entry. |
void |
setTransactionAmount(Price transactionAmount)
Set the amount of the transaction outstanding at the time of this entry. |
| Methods inherited from interface com.beasys.commerce.foundation.Belonging |
clone, equals, interfaceName, setByValue, value |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Method Detail |
public Date getEntryDate()
public void setEntryDate(Date entryDate)
entryDate - public String getIdentifier()
public void setIdentifier(String identifier)
identifier - public String getNotes()
public void setNotes(String notes)
notes - public String getStatus()
public void setStatus(String status)
PaymentWorkflow.
status - public Price getTransactionAmount()
public void setTransactionAmount(Price transactionAmount)
transactionAmount - transactionAmount to be addedpublic String getServiceProviderCode()
public void setServiceProviderCode(String serviceProviderCode)
serviceProviderCode -
|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||