Package dw.xmlrpc

Class 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 + name
      java.util.Date lastModified()
      Last modification date
      java.lang.Integer perms()
      Integer denoting the permissions on the page
      java.lang.Integer size()
      Size of the page
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Page

        public Page​(java.lang.String id,
                    java.lang.Integer perms,
                    java.util.Date lastModified,
                    java.lang.Integer size)
    • 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 class java.lang.Object