SkinDefinition Interface

DEPRECATED com.bea.portal is only useful in the compatibility domain. For the new portal framework please use the classes under the com.bea.netuix package

com.bea.portal.model
SkinDefinition Interface

public interface SkinDefinition

    extends com.bea.portal.model.PortalScopedObject

Interface SkinDefinition represents a skin in the portal framework.


All Superinterfaces
com.bea.portal.model.PortalScopedObject

Method Summary

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

Method Detail

getDisplayName() Method

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

Returns

the display name of this skin.

getIdentifier() Method

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

Returns

unique identifier for this skin.

setDisplayName(String) Method

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

Parameters

displayName
the name of this skin to display to end users.