java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.project.ds.xml.parsing.XmlTeamDS
All Implemented Interfaces:
IReportingDS, ITeamDS

public class XmlTeamDS extends ReportingDS implements ITeamDS
Xml datasource implementation.
Since:
9.1
Author:
B. van de Ven
  • Constructor Details

  • 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)
    • getDescription

      public String getDescription()
      Description copied from interface: ITeamDS
      Returns the description of the team (can be null).
      Specified by:
      getDescription in interface ITeamDS
      Returns:
      the description of the team (can be null)