© 2002 BEA Systems, Inc.


com.bea.portal.model
Interface Identifier

All Known Subinterfaces:
LayoutIdentifier, NamedIdentifier, NamedResourceIdentifier, PageIdentifier, PagePersonalizationIdentifier, PersonalizationIdentifier, PlaceholderIdentifier, PortalIdentifier, PortalPersonalizationIdentifier, PortletIdentifier, PortletPersonalizationIdentifier, ResourceIdentifier, SkinIdentifier

public interface Identifier
extends java.io.Serializable

Interface Identifier represents an object used to identify a resource within the portal framework. Any class that implements Identifier is expected to be immutable.


Method Summary
 java.lang.String getId()
          Returns a String that can be used to uniquely identify this resource in the portal system.
 

Method Detail

getId

public java.lang.String getId()
Returns a String that can be used to uniquely identify this resource in the portal system.


© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved