Class PageTemplateImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getId()
      Gets the id.
      java.lang.String getName()
      Gets the name.
      void setId​(int id)
      Sets the id.
      void setName​(java.lang.String name)
      Sets the name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PageTemplateImpl

        public PageTemplateImpl()
    • Method Detail

      • getId

        public int getId()
        Description copied from interface: PageTemplate
        Gets the id.
        Specified by:
        getId in interface PageTemplate
        Returns:
        the id
      • setId

        public void setId​(int id)
        Description copied from interface: PageTemplate
        Sets the id.
        Specified by:
        setId in interface PageTemplate
        Parameters:
        id - the new id
      • getName

        public java.lang.String getName()
        Description copied from interface: PageTemplate
        Gets the name.
        Specified by:
        getName in interface PageTemplate
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Description copied from interface: PageTemplate
        Sets the name.
        Specified by:
        setName in interface PageTemplate
        Parameters:
        name - the new name