org.ceryle.wiki.visualizer.core.rpc2
Class WikiRpc.PageInfo
java.lang.Object
org.ceryle.wiki.visualizer.core.rpc2.WikiRpc.PageInfo
- Enclosing class:
- WikiRpc
public class WikiRpc.PageInfo
- extends Object
Encapsulate the return data.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.