Interface Page

All Superinterfaces:
BasicPage, Serializable
All Known Implementing Classes:
PageImpl

public interface Page extends Serializable, BasicPage
  • Method Details

    • getPagetemplate

      int getPagetemplate()
      Returns:
      the pagetemplate
    • setPagetemplate

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

      String getPagetemplateName()
      Returns:
      the pagetemplateName
    • setPagetemplateName

      void setPagetemplateName(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