Interface Page

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

    public interface Page
    extends java.io.Serializable
    The Interface Page.
    • Method Detail

      • getId

        int getId()
        Gets the id.
        Returns:
        the id
      • setId

        void setId​(int id)
        Sets the id.
        Parameters:
        id - the new id
      • getUid

        int getUid()
        Gets the uid.
        Returns:
        the uid
      • setUid

        void setUid​(int uid)
        Sets the uid.
        Parameters:
        uid - the new uid
      • getPrefix

        java.lang.String getPrefix()
        Gets the prefix.
        Returns:
        the prefix
      • setPrefix

        void setPrefix​(java.lang.String prefix)
        Sets the prefix.
        Parameters:
        prefix - the new prefix
      • getNumber

        java.lang.String getNumber()
        Gets the number.
        Returns:
        the number
      • setNumber

        void setNumber​(java.lang.String number)
        Sets the number.
        Parameters:
        number - the new number
      • getInteger

        int getInteger()
        Gets the integer.
        Returns:
        the integer
      • setInteger

        void setInteger​(int integer)
        Sets the integer.
        Parameters:
        integer - the new integer
      • getOrdinal

        int getOrdinal()
        Gets the ordinal.
        Returns:
        the ordinal
      • setOrdinal

        void setOrdinal​(int ordinal)
        Sets the ordinal.
        Parameters:
        ordinal - the new ordinal
      • getRecord

        Record getRecord()
        Gets the record.
        Returns:
        the record
      • setRecord

        void setRecord​(Record record)
        Sets the record.
        Parameters:
        record - the new record
      • getType

        PageType getType()
        Gets the type.
        Returns:
        the type
      • setType

        void setType​(PageType type)
        Sets the type.
        Parameters:
        type - the new type
      • getMasterpage

        java.lang.String getMasterpage()
        Gets the masterpage.
        Returns:
        the masterpage
      • setMasterpage

        void setMasterpage​(java.lang.String masterpage)
        Sets the masterpage.
        Parameters:
        masterpage - the new masterpage
      • getPagetemplate

        PageTemplate getPagetemplate()
        Gets the pagetemplate.
        Returns:
        the pagetemplate
      • setPagetemplate

        void setPagetemplate​(PageTemplate pagetemplate)
        Sets the pagetemplate.
        Parameters:
        pagetemplate - the new pagetemplate
      • getDimensions

        Dimensions getDimensions()
        Gets the dimensions.
        Returns:
        the dimensions
      • setDimensions

        void setDimensions​(Dimensions dimensions)
        Sets the dimensions.
        Parameters:
        dimensions - the new dimensions
      • getGuides

        java.util.List<Guide> getGuides()
        Gets the guides.
        Returns:
        the guides
      • setGuides

        void setGuides​(java.util.List<Guide> guides)
        Sets the guides.
        Parameters:
        guides - the new guides