org.apache.jetspeed.om.page
Interface BaseElement

All Superinterfaces:
SecuredResource
All Known Subinterfaces:
ContentFragment, ContentPage, Document, Folder, Fragment, Link, Node, Page, PageSecurity
All Known Implementing Classes:
AbstractNode, BaseElementImpl, ContentFragmentImpl, ContentPageImpl, DocumentImpl, DocumentImpl, FolderImpl, FolderImpl, FolderMetaDataImpl, FragmentImpl, FragmentImpl, LinkImpl, LinkImpl, NodeImpl, PageImpl, PageImpl, PageSecurityImpl, PageSecurityImpl, PortletAggregatorFragmentImpl, ReferenceImpl

public interface BaseElement
extends SecuredResource

BaseElement

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

Method Summary
 java.lang.String getId()
          Returns the unique Id of this element.
 java.lang.String getShortTitle()
          Returns the short title in the default Locale
 java.lang.String getTitle()
          Returns the title in the default Locale
 void setShortTitle(java.lang.String title)
          Sets the short title for the default Locale
 void setTitle(java.lang.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

java.lang.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

java.lang.String getTitle()
Returns the title in the default Locale

Returns:
the page title

setTitle

void setTitle(java.lang.String title)
Sets the title for the default Locale

Parameters:
title - the new title

getShortTitle

java.lang.String getShortTitle()
Returns the short title in the default Locale

Returns:
the page short title

setShortTitle

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

Parameters:
title - the new title


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