Class TeamDS

java.lang.Object
com.aquima.interactions.ds.ReportingDS
com.aquima.interactions.ds.TeamDS
All Implemented Interfaces:
IReportingDS, ITeamDS

public class TeamDS extends ReportingDS implements ITeamDS
Implementation of a datasource for a team.
Since:
9.1
Author:
B. van de Ven
  • Constructor Details

    • TeamDS

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

    • getName

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