Package dw.xmlrpc
Class Page
- java.lang.Object
-
- dw.xmlrpc.Page
-
public class Page extends java.lang.ObjectPage as describe by the method getAllPage
-
-
Constructor Summary
Constructors Constructor Description Page(java.lang.String id, java.lang.Integer perms, java.util.Date lastModified, java.lang.Integer size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringid()id of the page, that is namespace + namejava.util.DatelastModified()Last modification datejava.lang.Integerperms()Integer denoting the permissions on the pagejava.lang.Integersize()Size of the pagejava.lang.StringtoString()
-
-
-
Method Detail
-
id
public java.lang.String id()
id of the page, that is namespace + name
-
perms
public java.lang.Integer perms()
Integer denoting the permissions on the page
-
lastModified
public java.util.Date lastModified()
Last modification date
-
size
public java.lang.Integer size()
Size of the page
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-