org.jasig.portal.portlet.om
Interface IObjectId

All Superinterfaces:
Serializable
All Known Subinterfaces:
IPortletDefinitionId, IPortletEntityId
All Known Implementing Classes:
AbstractObjectId, PortletEntityIdImpl

public interface IObjectId
extends Serializable

Version:
$Revision$
Author:
Eric Dalquist

Method Summary
 String getStringId()
          Returns the unique string ID of a object
 

Method Detail

getStringId

String getStringId()
Returns the unique string ID of a object

Depending on the implementation of toString() is dangerous, because the original implementation in Object is not qualified.

Returns:
the unique string ID of a object


Copyright © 2010 Jasig. All Rights Reserved.