ReportInterface
Interface for classes which provide a report.
Table of Contents
Methods
- getDescription() : string
- Returns description of the report
- getIconIdentifier() : string
- Returns the identifier of the icon used for the report
- getIdentifier() : string
- Returns unique identifier of the report
- getReport() : string
- Returns the content for a report
- getTitle() : string
- Returns title of the report
Methods
getDescription()
Returns description of the report
public
getDescription() : string
Return values
stringgetIconIdentifier()
Returns the identifier of the icon used for the report
public
getIconIdentifier() : string
Return values
stringgetIdentifier()
Returns unique identifier of the report
public
getIdentifier() : string
Return values
stringgetReport()
Returns the content for a report
public
getReport() : string
Return values
stringgetTitle()
Returns title of the report
public
getTitle() : string