© 2005 BEA Systems, Inc.

com.bea.portal.model
Interface Identifier

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

public interface Identifier
extends 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
 String getId()
          Returns a String that can be used to uniquely identify this resource in the portal system.
 

Method Detail

getId

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


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved