org.squashtest.tm.service.statistics.testcase
Class TestCaseImportanceStatistics
java.lang.Object
org.squashtest.tm.service.statistics.testcase.TestCaseImportanceStatistics
public final class TestCaseImportanceStatistics
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCaseImportanceStatistics
public TestCaseImportanceStatistics(int veryHigh,
int high,
int medium,
int low)
TestCaseImportanceStatistics
public TestCaseImportanceStatistics()
getVeryHigh
public int getVeryHigh()
setVeryHigh
public void setVeryHigh(int veryHigh)
getHigh
public int getHigh()
setHigh
public void setHigh(int high)
getMedium
public int getMedium()
setMedium
public void setMedium(int medium)
getLow
public int getLow()
setLow
public void setLow(int low)
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.