Class ThemeDS

java.lang.Object
com.aquima.interactions.ds.ThemeDS
All Implemented Interfaces:
IThemeDS

public class ThemeDS extends Object implements IThemeDS
Implementation of a datasource for a theme.
Since:
7.3
Author:
Danny Roest
  • Constructor Details

    • ThemeDS

      public ThemeDS(String name)
      Internal constructor for easily creating a theme datasource.
      Parameters:
      name - The name of the channel (mandatory).
  • Method Details

    • getName

      public String getName()
      Description copied from interface: IThemeDS
      Returns the name of the channel (never null).
      Specified by:
      getName in interface IThemeDS
      Returns:
      the name of the channel (never null)