Class PageTemplateImpl

java.lang.Object
com.priint.pubserver.metadata.xml.spread.PageTemplateImpl
All Implemented Interfaces:
PageTemplate, Serializable

public class PageTemplateImpl extends Object implements Serializable, PageTemplate
See Also:
  • Constructor Details

    • PageTemplateImpl

      public PageTemplateImpl()
  • Method Details

    • 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 String getName()
      Description copied from interface: PageTemplate
      Gets the name.
      Specified by:
      getName in interface PageTemplate
      Returns:
      the name
    • setName

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