Interface Spread

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    SpreadImpl

    public interface Spread
    extends java.io.Serializable
    The Interface Spread.
    • Method Detail

      • getPages

        java.util.List<Page> getPages()
        Gets the pages.
        Returns:
        the pages
        See Also:
        Page
      • setPages

        void setPages​(java.util.List<Page> pages)
        Sets the pages.
        Parameters:
        pages - the new pages
        See Also:
        Page
      • getId

        java.lang.Integer getId()
        Gets the id.
        Returns:
        the id
      • setId

        void setId​(java.lang.Integer id)
        Sets the id.
        Parameters:
        id - the new id