com.sun.mdm.index.objects
Class ObjectKeyType

java.lang.Object
  extended bycom.sun.mdm.index.objects.ObjectKeyType
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class ObjectKeyType
extends java.lang.Object
implements java.lang.Comparable, java.io.Serializable

See Also:
Serialized Form

Field Summary
(package private)  ObjectKey mKey
           
(package private)  boolean mRemoved
           
(package private)  java.lang.String mType
           
 
Constructor Summary
(package private) ObjectKeyType(java.lang.String type, ObjectKey key, boolean removed)
           
 
Method Summary
 int compareTo(java.lang.Object object)
           
 boolean equals(ObjectKeyType keyType)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

mKey

ObjectKey mKey

mRemoved

boolean mRemoved

mType

java.lang.String mType
Constructor Detail

ObjectKeyType

ObjectKeyType(java.lang.String type,
              ObjectKey key,
              boolean removed)
Method Detail

compareTo

public int compareTo(java.lang.Object object)

equals

public boolean equals(ObjectKeyType keyType)

hashCode

public int hashCode()

toString

public java.lang.String toString()


Sun Microsystems, Inc.