Class Report
- java.lang.Object
-
- org.opennms.features.reporting.model.Report
-
public class Report extends Object
Class Report.- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description Report()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getDescription()
Returns the value of field 'description'.String
getDisplayName()
Returns the value of field 'displayName'.String
getId()
Returns the value of field 'id'.Boolean
getOnline()
Returns the value of field 'online'.String
getReportService()
Returns the value of field 'reportService'.int
hashCode()
Boolean
isOnline()
Returns the value of field 'online'.void
setDescription(String description)
void
setDisplayName(String displayName)
void
setId(String id)
void
setOnline(Boolean online)
void
setReportService(String reportService)
String
toString()
-
-
-
Method Detail
-
getDescription
public 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 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 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 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 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 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'.
-
setId
public void setId(String id)
-
setDisplayName
public void setDisplayName(String displayName)
-
setReportService
public void setReportService(String reportService)
-
setDescription
public void setDescription(String description)
-
setOnline
public void setOnline(Boolean online)
-
-