Interface BasicPage

All Superinterfaces:
Serializable
All Known Subinterfaces:
Page
All Known Implementing Classes:
BasicPageImpl, PageImpl

public interface BasicPage extends Serializable
  • Method Details

    • getUid

      int getUid()
      Returns:
      the uid
    • setUid

      void setUid(int uid)
      Parameters:
      uid - the uid to set
    • getNum

      String getNum()
      Returns:
      the num
    • setNum

      void setNum(String num)
      Parameters:
      num - the num to set
    • getWidth

      double getWidth()
      Returns:
      the width
    • setWidth

      void setWidth(double width)
      Parameters:
      width - the width to set
    • getHeight

      double getHeight()
      Returns:
      the height
    • setHeight

      void setHeight(double height)
      Parameters:
      height - the height to set
    • getColumns

      Columns getColumns()
      Returns:
      the columns
    • setColumns

      void setColumns(Columns columns)
      Parameters:
      columns - the columns to set
    • getMargins

      Margins getMargins()
      Returns:
      the margins
    • setMargins

      void setMargins(Margins margins)
      Parameters:
      margins - the margins to set