public class CompiledHtmlReportImpl extends java.lang.Object implements CompiledHtmlReport
| Constructor and Description |
|---|
CompiledHtmlReportImpl(java.lang.String report) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFileExtension()
Returns a file extension for files of this type
|
java.lang.String |
getMimeType()
Returns the mime type of this report.
|
java.lang.String |
getReport()
Returns the actual report.
|
boolean |
hasData()
Returns true if this object contains reporting data.
|
int |
hashCode() |
boolean |
isStringReport()
Returns true if the report is String based (in contrast to binary)
|
public java.lang.String getMimeType()
CompiledReportgetMimeType in interface CompiledReportpublic java.lang.String getFileExtension()
CompiledReportgetFileExtension in interface CompiledReportpublic java.lang.String getReport()
CompiledReportgetReport in interface CompiledHtmlReportgetReport in interface CompiledReportpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic boolean hasData()
CompiledReporthasData in interface CompiledReportpublic boolean isStringReport()
CompiledReportisStringReport in interface CompiledReport