org.squashtest.csp.tm.domain.report.common.dto
Class ExProgressTestPlanDto

java.lang.Object
  extended by org.squashtest.csp.tm.domain.report.common.dto.ExProgressTestPlanDto

public class ExProgressTestPlanDto
extends Object


Constructor Summary
ExProgressTestPlanDto()
           
ExProgressTestPlanDto(String testCaseName, ExecutionStatus executionStatus)
           
 
Method Summary
 ExProgressTestPlanDto fillBasicInfo(IterationTestPlanItem testPlan)
           
 ExecutionStatus getExecutionStatus()
           
 ExProgressIterationDto getIteration()
           
 String getTestCaseName()
           
 void setExecutionStatus(ExecutionStatus executionStatus)
           
 void setIteration(ExProgressIterationDto iteration)
           
 void setTestCaseName(String testCaseName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExProgressTestPlanDto

public ExProgressTestPlanDto()

ExProgressTestPlanDto

public ExProgressTestPlanDto(String testCaseName,
                             ExecutionStatus executionStatus)
Method Detail

getIteration

public ExProgressIterationDto getIteration()

setIteration

public void setIteration(ExProgressIterationDto iteration)

getTestCaseName

public String getTestCaseName()

setTestCaseName

public void setTestCaseName(String testCaseName)

getExecutionStatus

public ExecutionStatus getExecutionStatus()

setExecutionStatus

public void setExecutionStatus(ExecutionStatus executionStatus)

fillBasicInfo

public ExProgressTestPlanDto fillBasicInfo(IterationTestPlanItem testPlan)


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.