org.apache.cocoon.portal.pluto.om.common
Class ObjectIDImpl

java.lang.Object
  extended byorg.apache.cocoon.portal.pluto.om.common.ObjectIDImpl
All Implemented Interfaces:
org.apache.pluto.om.common.ObjectID, Serializable

public class ObjectIDImpl
extends Object
implements org.apache.pluto.om.common.ObjectID, 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.

Version:
$Id: ObjectIDImpl.java 325880 2005-10-17 11:57:44Z cziegeler $
See Also:
Serialized Form

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

Method Detail

equals

public boolean equals(Object object)
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
See Also:
Object.hashCode()

toString

public String toString()
See Also:
Object.toString()

intValue

public int intValue()

createFromString

public static ObjectIDImpl createFromString(String idStr)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.