lumis.portal.page.context
Class PageRuntimeData

Package class diagram package PageRuntimeData
java.lang.Object
  extended by lumis.portal.page.context.PageRuntimeData

public class PageRuntimeData
extends Object

Since:
4.2.0

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

PageRuntimeData

public PageRuntimeData()
Method Detail

setTitle

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

Parameters:
title -
Since:
4.2.0

setDescription

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

Parameters:
description -
Since:
4.2.0

setKeywords

public void setKeywords(String keywords)
Set the page keywords.

Parameters:
keywords -
Since:
4.2.0

getTitle

public String getTitle()
Returns a page title.

Returns:
page title
Since:
4.2.0

getDescription

public String getDescription()
Returns a page description.

Returns:
page description
Since:
4.2.0

getKeywords

public String getKeywords()
Returns page keywords.

Returns:
page keywords
Since:
4.2.0


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