Package dw.xmlrpc
Class PageInfo
- java.lang.Object
-
- dw.xmlrpc.PageInfo
-
public class PageInfo extends java.lang.Object
Information 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.String
author()
Author of this versionjava.lang.String
id()
Id of the page (namespace + name)java.util.Date
modified()
Date of the modification of this versionjava.lang.String
toString()
java.lang.Integer
version()
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:
toString
in classjava.lang.Object
-
-