com.beasys.commerce.ebusiness.payment
Interface TransactionEntry

All Superinterfaces
Belonging, BusinessSmartComponent, Cloneable, Comparable, Serializable
All Known Implementing Classes:
TransactionEntryImpl

Deprecated

@Deprecated
public interface TransactionEntry
extends Belonging

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.

See Also
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

getEntryDate

Date getEntryDate()
Deprecated 
Get the date on which the entry was created.

Returns
entryDate

setEntryDate

void setEntryDate(Date entryDate)
Deprecated 
Set the date on which the entry was created.

Parameters
entryDate -

getIdentifier

String getIdentifier()
Deprecated 
Get the unique identifier for this entry.

Returns
identifier

setIdentifier

void setIdentifier(String identifier)
Deprecated 
Set the unique identifier for this entry.

Parameters
identifier -

getNotes

String getNotes()
Deprecated 
Get the notes associated with this entry.

Returns
notes

setNotes

void setNotes(String notes)
Deprecated 
Set the notes associated with this entry.

Parameters
notes -

getStatus

String getStatus()
Deprecated 
Get the status of the PaymentTransaction at the time of this entry.

Returns
status

setStatus

void setStatus(String status)
Deprecated 
Get the status of the PaymentTransaction at the time of this entry. The series of states will be as governed by the PaymentWorkflow.

Parameters
status -

getTransactionAmount

Price getTransactionAmount()
Deprecated 
Get the amount of the transaction outstanding at the time of this entry.

Returns
transactionAmount.

setTransactionAmount

void setTransactionAmount(Price transactionAmount)
Deprecated 
Set the amount of the transaction outstanding at the time of this entry.

Parameters
transactionAmount - transactionAmount to be added

getServiceProviderCode

String getServiceProviderCode()
Deprecated 
Get the service provider specific code associated with this transaction.

Returns
serviceProviderCode.

setServiceProviderCode

void setServiceProviderCode(String serviceProviderCode)
Deprecated 
Set the service provider specific code associated with this transaction.

Parameters
serviceProviderCode -


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.