org.squashtest.csp.tm.domain.report.common.dto
Class ExProgressIterationDto
java.lang.Object
org.squashtest.csp.tm.domain.report.common.dto.ExProgressIterationDto
public class ExProgressIterationDto
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExProgressIterationDto
public ExProgressIterationDto()
ExProgressIterationDto
public ExProgressIterationDto(Iteration iteration)
getCampaign
public ExProgressCampaignDto getCampaign()
setCampaign
public void setCampaign(ExProgressCampaignDto campaign)
getName
public String getName()
setName
public void setName(String name)
getScheduledStartDate
public Date getScheduledStartDate()
setScheduledStartDate
public void setScheduledStartDate(Date scheduledStartDate)
getScheduledEndDate
public Date getScheduledEndDate()
setScheduledEndDate
public void setScheduledEndDate(Date scheduledEndDate)
getActualStartDate
public Date getActualStartDate()
setActualStartDate
public void setActualStartDate(Date actualStartDate)
getActualEndDate
public Date getActualEndDate()
setActualEndDate
public void setActualEndDate(Date actualEndDate)
getTestPlans
public List<ExProgressTestPlanDto> getTestPlans()
setTestPlans
public void setTestPlans(List<ExProgressTestPlanDto> testPlans)
getiCountStatusReady
public Integer getiCountStatusReady()
setiCountStatusReady
public void setiCountStatusReady(Integer iCountStatusReady)
getiCountStatusRunning
public Integer getiCountStatusRunning()
setiCountStatusRunning
public void setiCountStatusRunning(Integer iCountStatusRunning)
getiCountStatusBloqued
public Integer getiCountStatusBloqued()
setiCountStatusBloqued
public void setiCountStatusBloqued(Integer iCountStatusBloqued)
getiCountStatusFailure
public Integer getiCountStatusFailure()
setiCountStatusFailure
public void setiCountStatusFailure(Integer iCountStatusFailure)
getiCountStatusSuccess
public Integer getiCountStatusSuccess()
setiCountStatusSuccess
public void setiCountStatusSuccess(Integer iCountStatusSuccess)
addTestPlanDto
public void addTestPlanDto(ExProgressTestPlanDto testPlanDto)
getNumberTestCase
public Integer getNumberTestCase()
getfPercentageStatusReady
public float getfPercentageStatusReady()
getfPercentageStatusRunning
public float getfPercentageStatusRunning()
getfPercentageStatusBloqued
public float getfPercentageStatusBloqued()
getfPercentageStatusFailure
public float getfPercentageStatusFailure()
getfPercentageStatusSuccess
public float getfPercentageStatusSuccess()
getfPercentageProgress
public float getfPercentageProgress()
fillBasicInfos
public ExProgressIterationDto fillBasicInfos(Iteration iteration)
fillStatusInfos
public ExProgressIterationDto fillStatusInfos(Iteration iteration)
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.