com.endeca.itl.recordstore
Class TransactionId

java.lang.Object
  extended by com.endeca.itl.recordstore.TransactionId

public class TransactionId
extends Object


Constructor Summary
TransactionId(long id)
           
 
Method Summary
 int compareTo(TransactionId o)
           
 boolean equals(Object other)
           
 long getId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionId

public TransactionId(long id)
Method Detail

getId

public long getId()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

compareTo

public int compareTo(TransactionId o)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.