© 2002 BEA Systems, Inc.


com.bea.portal.model
Interface NamedIdentifier

All Known Subinterfaces:
LayoutIdentifier, NamedResourceIdentifier, PageIdentifier, PlaceholderIdentifier, PortletIdentifier, SkinIdentifier

public interface NamedIdentifier
extends Identifier

Interface NamedIdentifier represents an Identifier which includes a simple name as part of its unique id.


Method Summary
 java.lang.String getName()
          Returns the simple name specified for this Identifier.
 
Methods inherited from interface com.bea.portal.model.Identifier
getId
 

Method Detail

getName

public java.lang.String getName()
Returns the simple name specified for this Identifier.

Returns:
the name for this identifier.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved