Class Theme

java.lang.Object
com.aquima.interactions.metamodel.Theme
All Implemented Interfaces:
Serializable

public class Theme extends Object implements Serializable
This object holds the definition of a single theme.
Since:
5.1
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • Theme

      public Theme(String name)
      Constructs a theme definition with a name. The theme name is mandatory and not case sensitive.
      Parameters:
      name - The name of the theme (mandatory)
  • Method Details

    • getName

      public String getName()
      This method returns the name of the theme.
      Returns:
      the name of the theme.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object