Package com.morpheusdata.model
Class ReportResult
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.ReportResult
Represents a report result. A report result is a particular report run containing all filter information, the user and account who
executed it as well as the status. This is passed often into the
ReportProvider
methods for both
generating a report as well as displaying a report.- Since:
- 0.8.0
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected Account
protected User
protected String
protected String
protected Long
protected String
protected ReportResult.Status
protected ReportType
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getType()
void
setAccount
(Account account) void
setCreatedBy
(User createdBy) void
setFilterTitle
(String filterTitle) void
void
setReportJobId
(Long reportJobId) void
setReportTitle
(String reportTitle) void
setStatus
(ReportResult.Status status) void
setType
(ReportType type) Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
account
-
createdBy
-
name
-
type
-
status
-
reportTitle
-
filterTitle
-
reportJobId
-
-
Constructor Details
-
ReportResult
public ReportResult()
-
-
Method Details
-
getAccount
-
setAccount
-
getName
-
setName
-
getType
-
setType
-
getStatus
-
setStatus
-
getReportTitle
-
setReportTitle
-
getFilterTitle
-
setFilterTitle
-
getReportJobId
-
setReportJobId
-
getCreatedBy
-
setCreatedBy
-