org.jasig.portal.container.om.common
Class ObjectIDImpl
java.lang.Object
org.jasig.portal.container.om.common.ObjectIDImpl
- All Implemented Interfaces:
- org.apache.pluto.om.common.ObjectID, java.io.Serializable
- public class ObjectIDImpl
- 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. Code copied from Apache Pluto.
- Version:
- $Revision: 1.4 $
- Author:
- Ken Weiner, kweiner@unicon.net
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
equals
public boolean equals(java.lang.Object object)
hashCode
public int hashCode()
toString
public java.lang.String toString()
intValue
public int intValue()
createFromString
public static org.apache.pluto.om.common.ObjectID createFromString(java.lang.String idStr)