|
© 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.SmartValue | +--com.beasys.commerce.ebusiness.payment.PaymentTransactionValue
A value object for the PaymentTransaction Entity EJB. The PaymentTransactionValue contains a copy of all of the public attributes of the PaymentTransaction. It is used by the getPaymentTransactionByValue method to retrieve all of the attributes with a single method invocation.
PaymentTransaction
,
PaymentTransaction.getPaymentTransactionByValue()
,
PaymentTransaction.setPaymentTransactionByValue(PaymentTransactionValue)
, Serialized FormField Summary | |
java.lang.String |
batchId
The batchId attribute is populated after a batch-commit request for the transaction has returned successfully. |
com.beasys.commerce.axiom.contact.CreditCard |
creditCard
The credit card information associated with this transaction. |
WorkflowContext |
status
The current state of the Payment Transaction as governed by the PaymentWorkflow |
Price |
transactionAmount
The amount of the transaction that remains outstanding. |
java.sql.Date |
transactionDate
The date of the transaction. |
java.util.Collection |
transactionEntry
A history of the modifications to this transaction. |
java.lang.String |
transactionId
The transaction identifier and primary key of the PaymentTransaction. |
Constructor Summary | |
protected |
PaymentTransactionValue()
Only get/setPaymentTransactionByValue methods are allowed to call this constructor. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public java.lang.String transactionId
public com.beasys.commerce.axiom.contact.CreditCard creditCard
public java.sql.Date transactionDate
public java.util.Collection transactionEntry
public java.lang.String batchId
public WorkflowContext status
PaymentWorkflow
public Price transactionAmount
Constructor Detail |
protected PaymentTransactionValue()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |