|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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 | |
java.sql.Date |
getEntryDate()
Get the date on which the entry was created. |
java.lang.String |
getIdentifier()
Get the unique identifier for this entry. |
java.lang.String |
getNotes()
Get the notes associated with this entry. |
java.lang.String |
getServiceProviderCode()
Get the service provider specific code associated with this transaction. |
java.lang.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(java.sql.Date entryDate)
Set the date on which the entry was created. |
void |
setIdentifier(java.lang.String identifier)
Set the unique identifier for this entry. |
void |
setNotes(java.lang.String notes)
Set the notes associated with this entry. |
void |
setServiceProviderCode(java.lang.String serviceProviderCode)
Set the service provider specific code associated with this transaction. |
void |
setStatus(java.lang.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 java.sql.Date getEntryDate()
public void setEntryDate(java.sql.Date entryDate)
entryDate - public java.lang.String getIdentifier()
public void setIdentifier(java.lang.String identifier)
identifier - public java.lang.String getNotes()
public void setNotes(java.lang.String notes)
notes - public java.lang.String getStatus()
public void setStatus(java.lang.String status)
PaymentWorkflow.status - public Price getTransactionAmount()
public void setTransactionAmount(Price transactionAmount)
transactionAmount - transactionAmount to be addedpublic java.lang.String getServiceProviderCode()
public void setServiceProviderCode(java.lang.String serviceProviderCode)
serviceProviderCode -
|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||