net.sf.farrago.db
Class FarragoDbNullTxnMgr.LongTxnId

java.lang.Object
  extended by net.sf.farrago.db.FarragoDbNullTxnMgr.LongTxnId
All Implemented Interfaces:
FarragoSessionTxnId
Enclosing class:
FarragoDbNullTxnMgr

private static class FarragoDbNullTxnMgr.LongTxnId
extends Object
implements FarragoSessionTxnId


Field Summary
private  long id
           
 
Constructor Summary
FarragoDbNullTxnMgr.LongTxnId(long id)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

private final long id
Constructor Detail

FarragoDbNullTxnMgr.LongTxnId

FarragoDbNullTxnMgr.LongTxnId(long id)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object