Class BasicPageImpl

  • All Implemented Interfaces:
    BasicPage, java.io.Serializable
    Direct Known Subclasses:
    PageImpl

    public class BasicPageImpl
    extends java.lang.Object
    implements java.io.Serializable, BasicPage
    See Also:
    Serialized Form
    • Constructor Detail

      • BasicPageImpl

        public BasicPageImpl()
    • Method Detail

      • 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 java.lang.String getNum()
        Specified by:
        getNum in interface BasicPage
        Returns:
        the num
      • setNum

        public void setNum​(java.lang.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
      • setColumns

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

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