Class PageImpl

java.lang.Object
com.priint.pubserver.metadata.xml.group.PageImpl
All Implemented Interfaces:
Page, Serializable

public class PageImpl extends Object implements Serializable, Page
The type Page.
See Also:
  • Constructor Details

    • PageImpl

      public PageImpl()
  • Method Details

    • getId

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

      public void setId(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:
    • 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: