Class PageImpl

  • All Implemented Interfaces:
    Page, java.io.Serializable

    public class PageImpl
    extends java.lang.Object
    implements java.io.Serializable, Page
    The type Page.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PageImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Frames getFrames()
      Gets the frames.
      java.lang.Integer getId()
      Gets the page id.
      void setFrames​(Frames frames)
      Sets the frames.
      void setId​(java.lang.Integer id)
      Sets the page id.
      • Methods inherited from class java.lang.Object

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

      • PageImpl

        public PageImpl()
    • Method Detail

      • getId

        public java.lang.Integer getId()
        Description copied from interface: Page
        Gets the page id.
        Specified by:
        getId in interface Page
        Returns:
        the id
      • setId

        public void setId​(java.lang.Integer id)
        Description copied from interface: Page
        Sets the page id.
        Specified by:
        setId in interface Page
        Parameters:
        id - the new id
      • getFrames

        public Frames getFrames()
        Description copied from interface: Page
        Gets the frames.
        Specified by:
        getFrames in interface Page
        Returns:
        the frames
        See Also:
        Frames
      • setFrames

        public void setFrames​(Frames frames)
        Description copied from interface: Page
        Sets the frames.
        Specified by:
        setFrames in interface Page
        Parameters:
        frames - the new frames
        See Also:
        Frames