org.apache.jetspeed.om.page
Interface BaseElement

All Superinterfaces:
SecuredResource
All Known Subinterfaces:
ContentFragment, ContentPage, Document, Folder, Fragment, Link, Node, Page, PageSecurity

public interface BaseElement
extends SecuredResource

BaseElement

Version:
$Id: BaseElement.java 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor

Method Summary
 String getId()
          Returns the unique Id of this element.
 String getShortTitle()
          Returns the short title in the default Locale
 String getTitle()
          Returns the title in the default Locale
 void setShortTitle(String title)
          Sets the short title for the default Locale
 void setTitle(String title)
          Sets the title for the default Locale
 
Methods inherited from interface org.apache.jetspeed.om.common.SecuredResource
checkAccess, checkConstraints, checkPermissions, getConstraintsEnabled, getPermissionsEnabled, getSecurityConstraints, newSecurityConstraint, newSecurityConstraints, setSecurityConstraints
 

Method Detail

getId

String getId()
Returns the unique Id of this element. This id is guaranteed to be unique from the complete portal and is suitable to be used as a unique key.

Returns:
the unique id of this element.

getTitle

String getTitle()
Returns the title in the default Locale

Returns:
the page title

setTitle

void setTitle(String title)
Sets the title for the default Locale

Parameters:
title - the new title

getShortTitle

String getShortTitle()
Returns the short title in the default Locale

Returns:
the page short title

setShortTitle

void setShortTitle(String title)
Sets the short title for the default Locale

Parameters:
title - the new title


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.