Interface Page

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

    public interface Page
    extends java.io.Serializable, BasicPage
    • Method Detail

      • getPagetemplate

        int getPagetemplate()
        Returns:
        the pagetemplate
      • setPagetemplate

        void setPagetemplate​(int pagetemplate)
        Parameters:
        pagetemplate - the pagetemplate to set
      • getPagetemplateName

        java.lang.String getPagetemplateName()
        Returns:
        the pagetemplateName
      • setPagetemplateName

        void setPagetemplateName​(java.lang.String pagetemplateName)
        Parameters:
        pagetemplateName - the pagetemplateName to set
      • getSectionIndex

        int getSectionIndex()
        Returns:
        the sectionIndex
      • setSectionIndex

        void setSectionIndex​(int sectionIndex)
        Parameters:
        sectionIndex - the sectionIndex to set