| org.apache.jetspeed.om.page.BaseElement
All known Subclasses: org.apache.jetspeed.om.page.impl.BaseElementImpl,
getId | public String getId()(Code) | | 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.
the unique id of this element. |
getShortTitle | public String getShortTitle()(Code) | | Returns the short title in the default Locale
the page short title |
getTitle | public String getTitle()(Code) | | Returns the title in the default Locale
the page title |
setShortTitle | public void setShortTitle(String title)(Code) | | Sets the short title for the default Locale
Parameters: title - the new title |
setTitle | public void setTitle(String title)(Code) | | Sets the title for the default Locale
Parameters: title - the new title |
|
|