org.squashtest.csp.tm.domain.report.common
Class ReportExecutionProgressFollowUp

java.lang.Object
  extended by org.squashtest.csp.tm.domain.report.Report
      extended by org.squashtest.csp.tm.domain.report.common.ReportExecutionProgressFollowUp

@Component(value="reportExecutionProgressFollowUp")
public class ReportExecutionProgressFollowUp
extends Report


Field Summary
 
Fields inherited from class org.squashtest.csp.tm.domain.report.Report
queryFactory, reportCategory, reportType, resourceKeyDescription, resourceKeyName, viewCatalog
 
Constructor Summary
ReportExecutionProgressFollowUp()
           
 
Method Summary
protected  void setReportCategory(ReportCategory reportCategory)
          will set the ReportCategory for this report.
protected  void setReportType(ReportType reportType)
          will set the ReportType for this 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
 

Constructor Detail

ReportExecutionProgressFollowUp

public ReportExecutionProgressFollowUp()
Method Detail

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.