Interface PageTemplate

All Superinterfaces:
Serializable
All Known Implementing Classes:
PageTemplateImpl

public interface PageTemplate extends Serializable
The Interface PageTemplate.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the id.
    Gets the name.
    void
    setId(int id)
    Sets the id.
    void
    Sets the name.
  • Method Details

    • getId

      int getId()
      Gets the id.
      Returns:
      the id
    • setId

      void setId(int id)
      Sets the id.
      Parameters:
      id - the new id
    • getName

      String getName()
      Gets the name.
      Returns:
      the name
    • setName

      void setName(String name)
      Sets the name.
      Parameters:
      name - the new name