org.xwiki.gwt.wysiwyg.client.wiki
Class WikiPage
java.lang.Object
org.xwiki.gwt.wysiwyg.client.wiki.Entity
org.xwiki.gwt.wysiwyg.client.wiki.WikiPage
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class WikiPage
- extends Entity
Stores information about a wiki page.
- Version:
- $Id$
WikiPage
public WikiPage()
getTitle
public String getTitle()
- Returns:
- the page title
setTitle
public void setTitle(String title)
- Sets the page title.
- Parameters:
title - the new page title
Copyright © 2004-2012 XWiki. All Rights Reserved.