|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.foundation.BelongingImpl | +--com.beasys.commerce.ebusiness.payment.TransactionEntryImpl
This class is the base class of all the payment instrument transaction entries. Payment service specific entites will extend this class in different packages. Thus the creditcard package has a PaylinXCreditCardTransactionEntry that extends TransactionEntry. The com.beasys.commerce.axiom.Price in each TransactionEntry facilitates changing the price of a transaction. Thus a price change to a transaction generates a new transaction entry.
TransactionEntry
,
TransactionEntryHome
, Serialized FormField Summary | |
java.sql.Date |
entryDate
The date this entry was made. |
java.lang.String |
identifier
The primary key for this entity is an identifier generated using internal logic. |
java.lang.String |
notes
Holds additional information related to a transaction entry. |
java.lang.String |
serviceProviderCode
Service provider specific response. |
java.lang.String |
status
Holds the transaction status based on the service provider's response and its mapping to the payment instruments workflow state. |
Price |
transactionAmount
Containment: By Value Multiplicity: 1:1 |
Fields inherited from class com.beasys.commerce.foundation.BelongingImpl |
__classIdentifier,
__containingBelonging,
__containingEntity,
__mapKey,
__sequenceNumber,
_isDirty |
Constructor Summary | |
TransactionEntryImpl()
|
Method Summary | |
int |
compareTo(java.lang.Object o)
Compare this belonging to another |
java.sql.Date |
getEntryDate()
Get the value of entryDate |
java.lang.String |
getIdentifier()
Get the value of identifier |
java.lang.String |
getNotes()
Get the value of notes |
java.lang.String |
getServiceProviderCode()
Get the value of serviceProviderCode |
java.lang.String |
getStatus()
Get the value of status |
Price |
getTransactionAmount()
Get the value of transactionAmount |
java.lang.String |
interfaceName()
interfaceName() returns the unqualified name of the interface from the UML model |
void |
setByValue(Belonging value)
It is possible to call set-by-value with a superclass. |
void |
setEntryDate(java.sql.Date entryDate)
Set the value of entryDate |
void |
setIdentifier(java.lang.String identifier)
Set the value of identifier |
void |
setNotes(java.lang.String notes)
Set the value of notes |
void |
setServiceProviderCode(java.lang.String serviceProviderCode)
Set the value of serviceProviderCode |
void |
setStatus(java.lang.String status)
Set the value of status |
void |
setTransactionAmount(Price transactionAmount)
Set the value of transactionAmount |
Belonging |
value()
value() is a more typesafe implementation of clone() |
Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public java.sql.Date entryDate
public java.lang.String identifier
public java.lang.String notes
public java.lang.String status
public Price transactionAmount
public java.lang.String serviceProviderCode
Constructor Detail |
public TransactionEntryImpl()
Method Detail |
public java.sql.Date getEntryDate()
public void setEntryDate(java.sql.Date entryDate)
entryDate
- entryDate to be addedpublic java.lang.String getIdentifier()
public void setIdentifier(java.lang.String identifier)
identifier
- identifier to be addedpublic java.lang.String getNotes()
public void setNotes(java.lang.String notes)
notes
- notes to be addedpublic java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- status to be addedpublic Price getTransactionAmount()
public void setTransactionAmount(Price transactionAmount)
transactionAmount
- transactionAmount to be addedpublic java.lang.String getServiceProviderCode()
public void setServiceProviderCode(java.lang.String serviceProviderCode)
serviceProviderCode
- serviceProviderCode to be addedpublic Belonging value()
public java.lang.String interfaceName()
public void setByValue(Belonging value)
It is also possible to call set-by-value with a subclass. In this case, the specialized fields in the subclass will be ignored. The overridden fields in the subclass will be populated.
public int compareTo(java.lang.Object o)
o
- target object for comparision
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |