lumis.portal.page.webresource
Class PageWebResourceData

Package class diagram package PageWebResourceData
java.lang.Object
  extended by lumis.portal.page.webresource.PageWebResourceData

@StableMinor(version="5.5",
             sinceVersion="5.0")
public class PageWebResourceData
extends Object

POJO for holding customizable data for a page web resource.

Since:
5.0.0

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

PageWebResourceData

public PageWebResourceData()
Method Detail

setTitle

public void setTitle(String title)
Sets the page web resource title.

Parameters:
title - the title.
Since:
5.0.0

setDescription

public void setDescription(String description)
Sets the page web resource description.

Parameters:
description - the description.
Since:
5.0.0

setKeywords

public void setKeywords(List<String> keywords)
Sets the page web resource keywords.

Parameters:
keywords - the keywords. Must not be null. If no keywords is desired, an empty list may be used.
Since:
5.0.0

getTitle

public String getTitle()
Returns the page web resource title.

Returns:
the title.
Since:
5.0.0

getDescription

public String getDescription()
Returns the page web resource description.

Returns:
the description.
Since:
5.0.0

getKeywords

public List<String> getKeywords()
Returns the page web resource keywords.

Returns:
the keywords. Never returns null, but may return an empty list if there is no keyword.
Since:
5.0.0


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.