|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rshtech.func.AppTx
public class 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()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||