Class Report
- java.lang.Object
-
- org.opennms.features.reporting.model.Report
-
public class Report extends java.lang.ObjectClass Report.- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description Report()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.StringgetDescription()Returns the value of field 'description'.java.lang.StringgetDisplayName()Returns the value of field 'displayName'.java.lang.StringgetId()Returns the value of field 'id'.java.lang.BooleangetOnline()Returns the value of field 'online'.java.lang.StringgetReportService()Returns the value of field 'reportService'.inthashCode()java.lang.BooleanisOnline()Returns the value of field 'online'.voidsetDescription(java.lang.String description)voidsetDisplayName(java.lang.String displayName)voidsetId(java.lang.String id)voidsetOnline(java.lang.Boolean online)voidsetReportService(java.lang.String reportService)java.lang.StringtoString()
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Returns the value of field 'description'. The field 'description' has the following description: report description- Returns:
- the value of field 'Description'.
-
getDisplayName
public java.lang.String getDisplayName()
Returns the value of field 'displayName'. The field 'displayName' has the following description: the name of this report as displayed in the webui- Returns:
- the value of field 'DisplayName'.
-
getId
public java.lang.String getId()
Returns the value of field 'id'. The field 'id' has the following description: the name of this report as defined in engine configuration- Returns:
- the value of field 'Id'.
-
getOnline
public java.lang.Boolean getOnline()
Returns the value of field 'online'. The field 'online' has the following description: determines if the report may be executed and immediately displayed in the browser. If not set OpenNMS assumes that the report must be executed in batch mode.- Returns:
- the value of field 'Online'.
-
getReportService
public java.lang.String getReportService()
Returns the value of field 'reportService'. The field 'reportService' has the following description: the name of the engine to use to process and render this report- Returns:
- the value of field 'ReportService'.
-
isOnline
public java.lang.Boolean isOnline()
Returns the value of field 'online'. The field 'online' has the following description: determines if the report may be executed and immediately displayed in the browser. If not set OpenNMS assumes that the report must be executed in batch mode.- Returns:
- the value of field 'Online'.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
setId
public void setId(java.lang.String id)
-
setDisplayName
public void setDisplayName(java.lang.String displayName)
-
setReportService
public void setReportService(java.lang.String reportService)
-
setDescription
public void setDescription(java.lang.String description)
-
setOnline
public void setOnline(java.lang.Boolean online)
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-