org.squashtest.tm.service.statistics.testcase
Class TestCaseStatusesStatistics
java.lang.Object
org.squashtest.tm.service.statistics.testcase.TestCaseStatusesStatistics
public final class TestCaseStatusesStatistics
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCaseStatusesStatistics
public TestCaseStatusesStatistics()
TestCaseStatusesStatistics
public TestCaseStatusesStatistics(int workInProgress,
int underReview,
int approved,
int obsolete,
int toBeUpdated)
getWorkInProgress
public int getWorkInProgress()
setWorkInProgress
public void setWorkInProgress(int workInProgress)
getUnderReview
public int getUnderReview()
setUnderReview
public void setUnderReview(int underReview)
getApproved
public int getApproved()
setApproved
public void setApproved(int approved)
getObsolete
public int getObsolete()
setObsolete
public void setObsolete(int obsolete)
getToBeUpdated
public int getToBeUpdated()
setToBeUpdated
public void setToBeUpdated(int toBeUpdated)
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.