Class BasicPageImpl

java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.BasicPageImpl
All Implemented Interfaces:
BasicPage, Serializable
Direct Known Subclasses:
PageImpl

public class BasicPageImpl extends Object implements Serializable, BasicPage
See Also:
  • Constructor Details

    • BasicPageImpl

      public BasicPageImpl()
  • Method Details

    • getUid

      public int getUid()
      Specified by:
      getUid in interface BasicPage
      Returns:
      the uid
    • setUid

      public void setUid(int uid)
      Specified by:
      setUid in interface BasicPage
      Parameters:
      uid - the uid to set
    • getNum

      public String getNum()
      Specified by:
      getNum in interface BasicPage
      Returns:
      the num
    • setNum

      public void setNum(String num)
      Specified by:
      setNum in interface BasicPage
      Parameters:
      num - the num to set
    • getWidth

      public double getWidth()
      Specified by:
      getWidth in interface BasicPage
      Returns:
      the width
    • setWidth

      public void setWidth(double width)
      Specified by:
      setWidth in interface BasicPage
      Parameters:
      width - the width to set
    • getHeight

      public double getHeight()
      Specified by:
      getHeight in interface BasicPage
      Returns:
      the height
    • setHeight

      public void setHeight(double height)
      Specified by:
      setHeight in interface BasicPage
      Parameters:
      height - the height to set
    • getColumns

      public Columns getColumns()
      Specified by:
      getColumns in interface BasicPage
      Returns:
      the columns
    • setColumns

      public void setColumns(Columns columns)
      Specified by:
      setColumns in interface BasicPage
      Parameters:
      columns - the columns to set
    • getMargins

      public Margins getMargins()
      Specified by:
      getMargins in interface BasicPage
      Returns:
      the margins
    • setMargins

      public void setMargins(Margins margins)
      Specified by:
      setMargins in interface BasicPage
      Parameters:
      margins - the margins to set