|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface TransactionEntry
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()
Deprecated Get the date on which the entry was created. |
String |
getIdentifier()
Deprecated Get the unique identifier for this entry. |
String |
getNotes()
Deprecated Get the notes associated with this entry. |
String |
getServiceProviderCode()
Deprecated Get the service provider specific code associated with this transaction. |
String |
getStatus()
Deprecated Get the status of the PaymentTransaction at the time of this entry. |
Price |
getTransactionAmount()
Deprecated Get the amount of the transaction outstanding at the time of this entry. |
void |
setEntryDate(Date entryDate)
Deprecated Set the date on which the entry was created. |
void |
setIdentifier(String identifier)
Deprecated Set the unique identifier for this entry. |
void |
setNotes(String notes)
Deprecated Set the notes associated with this entry. |
void |
setServiceProviderCode(String serviceProviderCode)
Deprecated Set the service provider specific code associated with this transaction. |
void |
setStatus(String status)
Deprecated Get the status of the PaymentTransaction at the time of this entry. |
void |
setTransactionAmount(Price transactionAmount)
Deprecated 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 |
|---|
Date getEntryDate()
void setEntryDate(Date entryDate)
entryDate - String getIdentifier()
void setIdentifier(String identifier)
identifier - String getNotes()
void setNotes(String notes)
notes - String getStatus()
void setStatus(String status)
PaymentWorkflow.
status - Price getTransactionAmount()
void setTransactionAmount(Price transactionAmount)
transactionAmount - transactionAmount to be addedString getServiceProviderCode()
void setServiceProviderCode(String serviceProviderCode)
serviceProviderCode -
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||