Interface ITeamDS

All Superinterfaces:
IReportingDS
All Known Implementing Classes:
TeamDS, XmlTeamDS, XmlTeamDS

public interface ITeamDS extends IReportingDS
This interface defines the methods needed to initialize a team definition.
Since:
9.1
Author:
B. van de Ven
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the team (never null).

    Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS

    addMessage
  • Method Details

    • getName

      String getName()
      Returns the name of the team (never null).
      Returns:
      the name of the team (never null)