© 2005 BEA Systems, Inc.

com.bea.portal.model
Interface LayoutDefinition

All Superinterfaces:
PortalScopedObject

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

public interface LayoutDefinition
extends PortalScopedObject

Interface LayoutDefinition represents a layout in the portal framework.


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

Method Detail

getDisplayName

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

Returns:
the display name of this layout.

getIdentifier

public LayoutIdentifier getIdentifier()
Deprecated. 
Returns the LayoutIdentifier that uniquely identifies this layout.

Returns:
unique identifier for this layout.

setDisplayName

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

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

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved