Package dw.xmlrpc
Class Page
- java.lang.Object
-
- dw.xmlrpc.Page
-
public class Page extends java.lang.Object
Page 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.String
id()
id of the page, that is namespace + namejava.util.Date
lastModified()
Last modification datejava.lang.Integer
perms()
Integer denoting the permissions on the pagejava.lang.Integer
size()
Size of the pagejava.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-