org.apache.jetspeed.util
Class JetspeedObjectID
java.lang.Object
org.apache.jetspeed.util.JetspeedObjectID
- All Implemented Interfaces:
- java.io.Serializable, org.apache.pluto.om.common.ObjectID
public class JetspeedObjectID
- extends java.lang.Object
- implements org.apache.pluto.om.common.ObjectID, 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 516448 2007-03-09 16:25:47Z ate $
- 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)
createPortletEntityId
public static JetspeedObjectID createPortletEntityId(org.apache.pluto.om.portlet.PortletDefinition portletDefinition,
java.lang.String instanceName)
- Parameters:
portletDefinition
- instanceName
-
- Returns:
Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.