Interface PageSet

    • Method Detail

      • getName

        String getName()
        Obtains the name of the set.
        Returns:
        the set name
      • getDescription

        String getDescription()
        Obtains the set description.
        Returns:
        the description (possibly empty)
      • getDateCreated

        Date getDateCreated()
        Obtains the creation date of the set.
        Returns:
        the date
      • size

        int size()
        Obtains the number of pages contained in this set.
        Returns:
        the page number
      • addPage

        void addPage​(Page page)
        Adds a new page to the set.
        Parameters:
        page - The page to be added.