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

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

    • PageImpl

      public PageImpl()
  • Method Details

    • getId

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

      public void setId(int id)
      Description copied from interface: Page
      Sets the id.
      Specified by:
      setId in interface Page
      Parameters:
      id - the new id
    • getUid

      public int getUid()
      Description copied from interface: Page
      Gets the uid.
      Specified by:
      getUid in interface Page
      Returns:
      the uid
    • setUid

      public void setUid(int uid)
      Description copied from interface: Page
      Sets the uid.
      Specified by:
      setUid in interface Page
      Parameters:
      uid - the new uid
    • getPrefix

      public String getPrefix()
      Description copied from interface: Page
      Gets the prefix.
      Specified by:
      getPrefix in interface Page
      Returns:
      the prefix
    • setPrefix

      public void setPrefix(String prefix)
      Description copied from interface: Page
      Sets the prefix.
      Specified by:
      setPrefix in interface Page
      Parameters:
      prefix - the new prefix
    • getNumber

      public String getNumber()
      Description copied from interface: Page
      Gets the number.
      Specified by:
      getNumber in interface Page
      Returns:
      the number
    • setNumber

      public void setNumber(String number)
      Description copied from interface: Page
      Sets the number.
      Specified by:
      setNumber in interface Page
      Parameters:
      number - the new number
    • getInteger

      public int getInteger()
      Description copied from interface: Page
      Gets the integer.
      Specified by:
      getInteger in interface Page
      Returns:
      the integer
    • setInteger

      public void setInteger(int integer)
      Description copied from interface: Page
      Sets the integer.
      Specified by:
      setInteger in interface Page
      Parameters:
      integer - the new integer
    • getOrdinal

      public int getOrdinal()
      Description copied from interface: Page
      Gets the ordinal.
      Specified by:
      getOrdinal in interface Page
      Returns:
      the ordinal
    • setOrdinal

      public void setOrdinal(int ordinal)
      Description copied from interface: Page
      Sets the ordinal.
      Specified by:
      setOrdinal in interface Page
      Parameters:
      ordinal - the new ordinal
    • getRecord

      public Record getRecord()
      Description copied from interface: Page
      Gets the record.
      Specified by:
      getRecord in interface Page
      Returns:
      the record
    • setRecord

      public void setRecord(Record record)
      Description copied from interface: Page
      Sets the record.
      Specified by:
      setRecord in interface Page
      Parameters:
      record - the new record
    • getType

      public PageType getType()
      Description copied from interface: Page
      Gets the type.
      Specified by:
      getType in interface Page
      Returns:
      the type
    • setType

      public void setType(PageType type)
      Description copied from interface: Page
      Sets the type.
      Specified by:
      setType in interface Page
      Parameters:
      type - the new type
    • getMasterpage

      public String getMasterpage()
      Description copied from interface: Page
      Gets the masterpage.
      Specified by:
      getMasterpage in interface Page
      Returns:
      the masterpage
    • setMasterpage

      public void setMasterpage(String masterpage)
      Description copied from interface: Page
      Sets the masterpage.
      Specified by:
      setMasterpage in interface Page
      Parameters:
      masterpage - the new masterpage
    • getPagetemplate

      public PageTemplate getPagetemplate()
      Description copied from interface: Page
      Gets the pagetemplate.
      Specified by:
      getPagetemplate in interface Page
      Returns:
      the pagetemplate
    • setPagetemplate

      public void setPagetemplate(PageTemplate pagetemplate)
      Description copied from interface: Page
      Sets the pagetemplate.
      Specified by:
      setPagetemplate in interface Page
      Parameters:
      pagetemplate - the new pagetemplate
    • getDimensions

      public Dimensions getDimensions()
      Description copied from interface: Page
      Gets the dimensions.
      Specified by:
      getDimensions in interface Page
      Returns:
      the dimensions
    • setDimensions

      public void setDimensions(Dimensions dimensions)
      Description copied from interface: Page
      Sets the dimensions.
      Specified by:
      setDimensions in interface Page
      Parameters:
      dimensions - the new dimensions
    • getGuides

      public List<Guide> getGuides()
      Description copied from interface: Page
      Gets the guides.
      Specified by:
      getGuides in interface Page
      Returns:
      the guides
    • setGuides

      public void setGuides(List<Guide> guides)
      Description copied from interface: Page
      Sets the guides.
      Specified by:
      setGuides in interface Page
      Parameters:
      guides - the new guides