org.apache.pluto.portalImpl.util
Class ObjectID

java.lang.Object
  extended by org.apache.pluto.portalImpl.util.ObjectID
All Implemented Interfaces:
java.io.Serializable, org.apache.pluto.om.common.ObjectID

public class ObjectID
extends java.lang.Object
implements org.apache.pluto.om.common.ObjectID, java.io.Serializable

Wraps around the internal Object IDs. By holding both the string and the integer version of an Object ID this class helps speed up the internal processing.

See Also:
Serialized Form

Method Summary
static ObjectID createFromString(java.lang.String idStr)
           
 boolean equals(java.lang.Object object)
           
 int hashCode()
           
 int intValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

intValue

public int intValue()

createFromString

public static ObjectID createFromString(java.lang.String idStr)


Copyright © 2003-2011 . All Rights Reserved.