com.esri.sde.sdk.client
Class SeObjectId

java.lang.Object
  extended by com.esri.sde.sdk.client.SeObjectId
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable

public class SeObjectId
extends java.lang.Object
implements java.lang.Cloneable, java.lang.Comparable

Represents an unique object identifier for all ArcSDE server objects.


Constructor Summary
SeObjectId(long id)
          Constructs an ID object from a long value.
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(java.lang.Object obj)
           
 long longValue()
          Returns the numerical representation of the ID as a long.
 java.lang.String toString()
          Returns a string representation of the object id.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SeObjectId

public SeObjectId(long id)
Constructs an ID object from a long value.

Method Detail

longValue

public long longValue()
Returns the numerical representation of the ID as a long.


toString

public java.lang.String toString()
Returns a string representation of the object id.

Overrides:
toString in class java.lang.Object

compareTo

public int compareTo(java.lang.Object obj)
Specified by:
compareTo in interface java.lang.Comparable

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException