|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BaseElement
BaseElement
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 |
boolean |
isStale()
Returns whether this object is stale and should be refreshed from the page manager. |
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 |
---|
java.lang.String getId()
java.lang.String getTitle()
void setTitle(java.lang.String title)
title
- the new titlejava.lang.String getShortTitle()
void setShortTitle(java.lang.String title)
title
- the new titleboolean isStale()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |