Interface Page

All Superinterfaces:
Serializable
All Known Implementing Classes:
PageImpl

public interface Page extends Serializable
The Interface Page.
  • Method Details

    • getId

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

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

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

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