org.xwiki.gwt.wysiwyg.client.wiki
Class WikiPage

java.lang.Object
  extended by org.xwiki.gwt.wysiwyg.client.wiki.Entity
      extended by 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.java 28844 2010-05-12 13:22:39Z mflorea $

Constructor Summary
WikiPage()
           
 
Method Summary
 java.lang.String getTitle()
           
 void setTitle(java.lang.String title)
          Sets the page title.
 
Methods inherited from class org.xwiki.gwt.wysiwyg.client.wiki.Entity
equals, getReference, getUrl, hashCode, setReference, setUrl
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiPage

public WikiPage()
Method Detail

getTitle

public java.lang.String getTitle()
Returns:
the page title

setTitle

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

Parameters:
title - the new page title


Copyright © 2004-2011 XWiki. All Rights Reserved.