org.squashtest.csp.tm.domain.report.common
Class ReportExecutionProgressFollowUp
java.lang.Object
org.squashtest.csp.tm.domain.report.Report
org.squashtest.csp.tm.domain.report.common.ReportExecutionProgressFollowUp
@Component(value="reportExecutionProgressFollowUp")
public class ReportExecutionProgressFollowUp
- extends Report
| Methods inherited from class org.squashtest.csp.tm.domain.report.Report |
createReportQuery, getId, getQueryFactory, getReportCategory, getReportType, getResourceKeyDescription, getResourceKeyName, getViewCatalog, setQueryFactory, setResourceKeyDescription, setResourceKeyName, setViewCatalog |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportExecutionProgressFollowUp
public ReportExecutionProgressFollowUp()
setReportType
@Inject
@Named(value="reportTypeProgressFollowUp")
protected void setReportType(ReportType reportType)
- Description copied from class:
Report
- will set the ReportType for this report.
- Specified by:
setReportType in class Report
setReportCategory
@Inject
@Named(value="categoryExecutionPhase")
protected void setReportCategory(ReportCategory reportCategory)
- Description copied from class:
Report
- will set the ReportCategory for this report. It also must call the ReportCategory.addReport() in order
to get itself registered.
- Specified by:
setReportCategory in class Report
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.