org.apache.oodt.cas.catalog.struct
Class TransactionId<NativeType>
java.lang.Object
org.apache.oodt.cas.catalog.struct.TransactionId<NativeType>
public abstract class TransactionId<NativeType> extends Object
Version:
$Revision$
A Interface for storing TransactionIds
Author:
bfoster
nativeId
protected NativeType nativeId
TransactionId
public TransactionId ()
TransactionId
public TransactionId (NativeType nativeId)
TransactionId
public TransactionId (String stringId)
hashCode
public int hashCode ()
Overrides: hashCode in class Object
getNativeId
public NativeType getNativeId ()
toString
public String toString ()
Should override this method if NativeType.toString()
does not properly represent the String value of the
native type. The string value of the NativeType should
be as unique as in its native form.
Overrides: toString in class Object
equals
public boolean equals (Object obj)
Overrides: equals in class Object
fromString
protected abstract NativeType fromString (String stringId)
Copyright © 1999-2012 Apache OODT . All Rights Reserved.