Class MasterImpl

java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.MasterImpl
All Implemented Interfaces:
Master, Serializable

public class MasterImpl extends Object implements Serializable, Master
See Also:
  • Constructor Details

    • MasterImpl

      public MasterImpl()
  • Method Details

    • 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 String getPrefix()
      Specified by:
      getPrefix in interface Master
      Returns:
      the prefix
    • setPrefix

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

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

      public void setName(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
    • getMasterpages

      public List<BasicPage> getMasterpages()
      Specified by:
      getMasterpages in interface Master
      Returns:
      the masterpages
    • setMasterpages

      public void setMasterpages(List<BasicPage> masterpages)
      Specified by:
      setMasterpages in interface Master
      Parameters:
      masterpages - the masterpages to set
    • getUsedIn

      public List<PageReference> getUsedIn()
      Specified by:
      getUsedIn in interface Master
      Returns:
      the usedIn
    • setUsedIn

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