public interface BaseElement extends SecuredResource
Modifier and Type | Method and Description |
---|---|
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
|
boolean |
isStale()
Returns whether this object is stale and should be
refreshed from the page manager.
|
void |
setShortTitle(String title)
Sets the short title for the default Locale
|
void |
setTitle(String title)
Sets the title for the default Locale
|
checkAccess, checkConstraints, checkPermissions, getConstraintsEnabled, getPermissionsEnabled, getSecurityConstraints, newSecurityConstraint, newSecurityConstraints, setSecurityConstraints
String getId()
String getTitle()
void setTitle(String title)
title
- the new titleString getShortTitle()
void setShortTitle(String title)
title
- the new titleboolean isStale()
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.