|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.page.context.PageRuntimeData
public class PageRuntimeData
Constructor Summary | |
---|---|
PageRuntimeData()
|
Method Summary | |
---|---|
String |
getDescription()
Returns a page description. |
String |
getKeywords()
Returns page keywords. |
String |
getTitle()
Returns a page title. |
void |
setDescription(String description)
Sets the page description. |
void |
setKeywords(String keywords)
Set the page keywords. |
void |
setTitle(String title)
Sets the page title. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageRuntimeData()
Method Detail |
---|
public void setTitle(String title)
title
- public void setDescription(String description)
description
- public void setKeywords(String keywords)
keywords
- public String getTitle()
public String getDescription()
public String getKeywords()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |