|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.beasys.commerce.foundation.SmartKey
|
+--com.beasys.commerce.ebusiness.payment.PaymentTransactionPk
This is the primary key class for the PaymentTransaction Entity EJB.
| Field Summary | |
String |
transactionId
|
| Constructor Summary | |
PaymentTransactionPk()
Default constructor. |
|
PaymentTransactionPk(String transactionId)
Constructor that takes the transaction identifier. |
|
| Method Summary | |
int |
compareTo(Object o)
Implements the compareTo method. |
int |
hashCode()
override the hashCode() method |
String |
toString()
Returns the stringified version of the key class. |
| Methods inherited from class com.beasys.commerce.foundation.SmartKey |
equals |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public String transactionId
| Constructor Detail |
public PaymentTransactionPk()
public PaymentTransactionPk(String transactionId)
transactionId - transaction identifier.| Method Detail |
public int compareTo(Object o)
(a > b) ==> (b < a) (a < b) ==> (b > a) (a = b) ==> (b = a)
compareTo in interface ComparablecompareTo in class SmartKeyo - the Object to be compared.
public String toString()
toString in class SmartKeyString representation of the SmartKey.public int hashCode()
hashCode in class Object
|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||