Package dw.xmlrpc
Class PageInfo
- java.lang.Object
-
- dw.xmlrpc.PageInfo
-
public class PageInfo extends java.lang.ObjectInformation about a wiki page
-
-
Constructor Summary
Constructors Constructor Description PageInfo(java.lang.String id, java.util.Date modified, java.lang.String author, java.lang.Integer version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringauthor()Author of this versionjava.lang.Stringid()Id of the page (namespace + name)java.util.Datemodified()Date of the modification of this versionjava.lang.StringtoString()java.lang.Integerversion()Version as a timestamp Should correspond tomodified()
-
-
-
Method Detail
-
id
public java.lang.String id()
Id of the page (namespace + name)
-
modified
public java.util.Date modified()
Date of the modification of this version
-
author
public java.lang.String author()
Author of this version
-
version
public java.lang.Integer version()
Version as a timestamp Should correspond tomodified()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-