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

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

public class ExProgressCampaignDto
extends Object


Constructor Summary
ExProgressCampaignDto()
           
ExProgressCampaignDto(Campaign campaign)
           
 
Method Summary
 void addIterationDto(ExProgressIterationDto iterDto)
           
 ExProgressCampaignDto fillBasicInfos(Campaign campaign)
           
 ExProgressCampaignDto fillIterationsInfos(Campaign campaign)
           
 Date getActualEndDate()
           
 Date getActualStartDate()
           
 ExProgressCampaignStatus getCampaignStatus()
           
 List<ExProgressIterationDto> getIterations()
           
 String getName()
           
 ExProgressProjectDto getProject()
           
 Date getScheduledEndDate()
           
 Date getScheduledStartDate()
           
 Integer getTotalNumberTestCase()
           
 void setActualEndDate(Date actualEndDate)
           
 void setActualStartDate(Date actualStartDate)
           
 void setIterations(List<ExProgressIterationDto> iterations)
           
 void setName(String name)
           
 void setProject(ExProgressProjectDto project)
           
 void setScheduledEndDate(Date scheduledEndDate)
           
 void setScheduledStartDate(Date scheduledStartDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExProgressCampaignDto

public ExProgressCampaignDto()

ExProgressCampaignDto

public ExProgressCampaignDto(Campaign campaign)
Method Detail

getProject

public ExProgressProjectDto getProject()

setProject

public void setProject(ExProgressProjectDto project)

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)

getIterations

public List<ExProgressIterationDto> getIterations()

setIterations

public void setIterations(List<ExProgressIterationDto> iterations)

addIterationDto

public void addIterationDto(ExProgressIterationDto iterDto)

getTotalNumberTestCase

public Integer getTotalNumberTestCase()

getCampaignStatus

public ExProgressCampaignStatus getCampaignStatus()

fillBasicInfos

public ExProgressCampaignDto fillBasicInfos(Campaign campaign)

fillIterationsInfos

public ExProgressCampaignDto fillIterationsInfos(Campaign campaign)


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