org.apache.jetspeed.util
Class JetspeedObjectID
java.lang.Object
org.apache.jetspeed.util.JetspeedObjectID
- All Implemented Interfaces:
- java.io.Serializable
public class JetspeedObjectID
- extends java.lang.Object
- implements java.io.Serializable
JetspeedObjectID
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: JetspeedObjectID.java 707546 2008-10-24 05:13:54Z taylor $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
JetspeedObjectID
public JetspeedObjectID(java.lang.String stringOID)
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
createFromString
public static JetspeedObjectID createFromString(java.lang.String idStr)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.