© 2002 BEA Systems, Inc.


com.bea.portal.model
Interface SkinDefinition


public interface SkinDefinition
extends PortalScopedObject

Interface SkinDefinition represents a skin in the portal framework.


Method Summary
 java.lang.String getDisplayName()
          Returns the name associated with this skin which will be displayed to end users.
 SkinIdentifier getIdentifier()
          Returns the SkinIdentifier that uniquely identifies this skin.
 void setDisplayName(java.lang.String displayName)
          Sets the display name to be associated with this skin.
 
Methods inherited from interface com.bea.portal.model.PortalScopedObject
getPortalIdentifier
 

Method Detail

getIdentifier

public SkinIdentifier getIdentifier()
Returns the SkinIdentifier that uniquely identifies this skin.

Returns:
unique identifier for this skin.

getDisplayName

public java.lang.String getDisplayName()
Returns the name associated with this skin which will be displayed to end users.

Returns:
the display name of this skin.

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the display name to be associated with this skin.

Parameters:
displayName - the name of this skin to display to end users.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved