org.ceryle.wiki.visualizer.core.rpc2
Class WikiRpc.PageInfo

java.lang.Object
  extended by org.ceryle.wiki.visualizer.core.rpc2.WikiRpc.PageInfo
Enclosing class:
WikiRpc

public class WikiRpc.PageInfo
extends Object

Encapsulate the return data.


Method Summary
 String getAuthor()
           
 Date getLastModified()
           
 String getName()
           
 int getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Returns:
Name of the page.

getLastModified

public Date getLastModified()
Returns:
Date of last modification, in UTC.

getAuthor

public String getAuthor()
Returns:
Name of the author (if available). Will not be null.

getVersion

public int getVersion()
Returns:
Version number of this change.


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.