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: 7faa681adcd1aa54a2d9c648787e37efb11f44d8 $

Constructor Summary
WikiPage()
           
 
Method Summary
 String getTitle()
           
 void setTitle(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 String getTitle()
Returns:
the page title

setTitle

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

Parameters:
title - the new page title


Copyright © 2004–2015 XWiki. All rights reserved.