org.squashtest.tm.service.statistics.testcase
Class TestCaseStatusesStatistics

java.lang.Object
  extended by org.squashtest.tm.service.statistics.testcase.TestCaseStatusesStatistics

public final class TestCaseStatusesStatistics
extends Object


Constructor Summary
TestCaseStatusesStatistics()
           
TestCaseStatusesStatistics(int workInProgress, int underReview, int approved, int obsolete, int toBeUpdated)
           
 
Method Summary
 int getApproved()
           
 int getObsolete()
           
 int getToBeUpdated()
           
 int getUnderReview()
           
 int getWorkInProgress()
           
 void setApproved(int approved)
           
 void setObsolete(int obsolete)
           
 void setToBeUpdated(int toBeUpdated)
           
 void setUnderReview(int underReview)
           
 void setWorkInProgress(int workInProgress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCaseStatusesStatistics

public TestCaseStatusesStatistics()

TestCaseStatusesStatistics

public TestCaseStatusesStatistics(int workInProgress,
                                  int underReview,
                                  int approved,
                                  int obsolete,
                                  int toBeUpdated)
Method Detail

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.