|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.redstarhackers.func.AppTx
A basic implementation of the ApplicationTransaction interface.
| Constructor Summary | |
AppTx(java.lang.String userIdVal)
Construct a new application transaction for the given user id. |
|
| Method Summary | |
boolean |
equals(java.lang.Object rhs)
Returns whether the right-hand-side object is equal to this instance. |
java.lang.String |
getAppTxId()
Return the application transaction id (that is, a unique identifier for this transaction). |
java.lang.String |
getUserId()
Return the id of the user this transaction pertains to. |
int |
hashCode()
Implements hashCode() for the identifying or significant fields. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AppTx(java.lang.String userIdVal)
| Method Detail |
public java.lang.String getUserId()
ApplicationTransaction
getUserId in interface ApplicationTransactionpublic java.lang.String getAppTxId()
ApplicationTransaction
getAppTxId in interface ApplicationTransactionpublic java.lang.String toString()
public boolean equals(java.lang.Object rhs)
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||