|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.page.webresource.PageWebResourceData
@StableMinor(version="5.5", sinceVersion="5.0") public class PageWebResourceData
POJO for holding customizable data for a page web resource.
Constructor Summary | |
---|---|
PageWebResourceData()
|
Method Summary | |
---|---|
String |
getDescription()
Returns the page web resource description. |
List<String> |
getKeywords()
Returns the page web resource keywords. |
String |
getTitle()
Returns the page web resource title. |
void |
setDescription(String description)
Sets the page web resource description. |
void |
setKeywords(List<String> keywords)
Sets the page web resource keywords. |
void |
setTitle(String title)
Sets the page web resource title. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageWebResourceData()
Method Detail |
---|
public void setTitle(String title)
title
- the title.public void setDescription(String description)
description
- the description.public void setKeywords(List<String> keywords)
keywords
- the keywords. Must not be null. If no keywords is
desired, an empty list may be used.public String getTitle()
public String getDescription()
public List<String> getKeywords()
null
, but may return
an empty list if there is no keyword.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |