Class XmlTeamDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.project.ds.xml.parsing.XmlTeamDS
- All Implemented Interfaces:
IReportingDS
,ITeamDS
Xml datasource implementation.
- Since:
- 9.1
- Author:
- B. van de Ven
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the team (can be null).getName()
Returns the name of the team (never null).Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS
addMessage
-
Constructor Details
-
XmlTeamDS
-
-
Method Details
-
getName
Description copied from interface:ITeamDS
Returns the name of the team (never null). -
getDescription
Description copied from interface:ITeamDS
Returns the description of the team (can be null).- Specified by:
getDescription
in interfaceITeamDS
- Returns:
- the description of the team (can be null)
-