Interface Page

All Superinterfaces:
Serializable
All Known Implementing Classes:
PageImpl

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

    • 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

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

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

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

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

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

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

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

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