© 2005 BEA Systems, Inc.

com.bea.portal.model
Interface NamedIdentifier

All Superinterfaces:
Identifier, Serializable
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
 String getName()
          Returns the simple name specified for this Identifier.
 
Methods inherited from interface com.bea.portal.model.Identifier
getId
 

Method Detail

getName

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

Returns:
the name for this identifier.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved