© 2002 BEA Systems, Inc.


com.bea.portal.model
Interface LayoutDefinition


public interface LayoutDefinition
extends PortalScopedObject

Interface LayoutDefinition represents a layout in the portal framework.


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

Method Detail

getIdentifier

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

Returns:
unique identifier for this layout.

getDisplayName

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

Returns:
the display name of this layout.

setDisplayName

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

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

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved