Interface Theme

All Superinterfaces:
Serializable
All Known Implementing Classes:
ThemeDTO

public interface Theme extends Serializable
Created by bpolster.
  • Method Details

    • getId

      Long getId()
      Returns:
      the id
    • setId

      void setId(Long id)
      Sets the id
      Parameters:
      id -
    • getName

      String getName()
    • setName

      void setName(String name)
    • getPath

      String getPath()
      The display name for a site. Returns blank if no theme if no path is available. Should return a path that does not start with "/" and that does not ends with a "/".
      Returns:
    • setPath

      void setPath(String path)
      Sets the path of the theme.
      Parameters:
      path -