NamedIdentifier Interface

com.bea.portal.model
NamedIdentifier Interface

public interface NamedIdentifier

    extends Identifier

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


All Superinterfaces
Identifier, Serializable
All Known Subinterfaces

LayoutIdentifier, NamedResourceIdentifier, PageIdentifier, PlaceholderIdentifier, PortletIdentifier, SkinIdentifier

Method Summary

public String
getName()
Returns the simple name specified for this Identifier.
 
Methods from interface com.bea.portal.model.Identifier
getId
   

Method Detail

getName() Method

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

Returns

the name for this identifier.