Interface Page

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

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

      • getId

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

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

        Frames getFrames()
        Gets the frames.
        Returns:
        the frames
        See Also:
        Frames
      • setFrames

        void setFrames​(Frames frames)
        Sets the frames.
        Parameters:
        frames - the new frames
        See Also:
        Frames