public class ExProgressProjectDto extends ExProgressAbstractDto implements HasMilestoneLabel
iCountStatusBloqued, iCountStatusFailure, iCountStatusReady, iCountStatusRunning, iCountStatusSettled, iCountStatusSuccess, iCountStatusUntestable, name| Constructor and Description |
|---|
ExProgressProjectDto() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCampaignDto(ExProgressCampaignDto campaignDto) |
List<ExProgressCampaignDto> |
getCampaigns() |
Long |
getId() |
String |
getMilestone() |
boolean |
isAllowsSettled() |
boolean |
isAllowsUntestable() |
void |
setAllowsSettled(boolean allowsSettled) |
void |
setAllowsUntestable(boolean allowsUntestable) |
void |
setCampaigns(List<ExProgressCampaignDto> campaigns) |
void |
setId(Long id) |
void |
setMilestone(String milestone) |
fillStatusInfosWithChildren, getfPercentageProgress, getfPercentageStatusBloqued, getfPercentageStatusFailure, getfPercentageStatusReady, getfPercentageStatusRunning, getfPercentageStatusSettled, getfPercentageStatusSuccess, getfPercentageStatusUntestable, getiCountStatusBloqued, getiCountStatusFailure, getiCountStatusReady, getiCountStatusRunning, getiCountStatusSettled, getiCountStatusSuccess, getiCountStatusUntestable, getName, getNumberTestCase, getStatus, setiCountStatusBloqued, setiCountStatusFailure, setiCountStatusReady, setiCountStatusRunning, setiCountStatusSettled, setiCountStatusSuccess, setiCountStatusUntestable, setNamepublic Long getId()
public void setId(Long id)
public List<ExProgressCampaignDto> getCampaigns()
public void setCampaigns(List<ExProgressCampaignDto> campaigns)
public void addCampaignDto(ExProgressCampaignDto campaignDto)
public boolean isAllowsSettled()
public void setAllowsSettled(boolean allowsSettled)
public boolean isAllowsUntestable()
public void setAllowsUntestable(boolean allowsUntestable)
public String getMilestone()
getMilestone in interface HasMilestoneLabelpublic void setMilestone(String milestone)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.