Class MasterImpl

  • All Implemented Interfaces:
    Master, java.io.Serializable

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

      • MasterImpl

        public MasterImpl()
    • Method Detail

      • getId

        public int getId()
        Specified by:
        getId in interface Master
        Returns:
        the id
      • setId

        public void setId​(int id)
        Specified by:
        setId in interface Master
        Parameters:
        id - the id to set
      • getPrefix

        public java.lang.String getPrefix()
        Specified by:
        getPrefix in interface Master
        Returns:
        the prefix
      • setPrefix

        public void setPrefix​(java.lang.String prefix)
        Specified by:
        setPrefix in interface Master
        Parameters:
        prefix - the prefix to set
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Master
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Specified by:
        setName in interface Master
        Parameters:
        name - the name to set
      • getWidth

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

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

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

        public void setHeight​(double height)
        Specified by:
        setHeight in interface Master
        Parameters:
        height - the height to set
      • getPageNumber

        public int getPageNumber()
        Specified by:
        getPageNumber in interface Master
        Returns:
        the pageNumber
      • setPageNumber

        public void setPageNumber​(int pageNumber)
        Specified by:
        setPageNumber in interface Master
        Parameters:
        pageNumber - the pageNumber to set
      • getParentId

        public int getParentId()
        Specified by:
        getParentId in interface Master
        Returns:
        the parentId
      • setParentId

        public void setParentId​(int parentId)
        Specified by:
        setParentId in interface Master
        Parameters:
        parentId - the parentId to set
      • setMasterpages

        public void setMasterpages​(java.util.List<BasicPage> masterpages)
        Specified by:
        setMasterpages in interface Master
        Parameters:
        masterpages - the masterpages to set
      • setUsedIn

        public void setUsedIn​(java.util.List<PageReference> usedIn)
        Specified by:
        setUsedIn in interface Master
        Parameters:
        usedIn - the usedIn to set