Class ChannelDS

java.lang.Object
com.aquima.interactions.ds.ReportingDS
com.aquima.interactions.ds.ChannelDS
All Implemented Interfaces:
IReportingDS, IChannelDS

public class ChannelDS extends ReportingDS implements IChannelDS
Implementation of a datasource for a channel.
Since:
7.3
Author:
Danny Roest
  • Constructor Details

    • ChannelDS

      public ChannelDS(IInitializationReport report, String name)
      Internal constructor for easily creating a channel datasource.
      Parameters:
      report - The init report (mandatory).
      name - The name of the channel (mandatory).
  • Method Details

    • getName

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