1 /**
2 *
3 */
4 package net.sf.statcvs.input;
5
6 /**
7 * @author xhensevalb
8 *
9 */
10 public class TestForCount {
11
12 private String testForCount;
13
14 public String getTestForCount() {
15 return testForCount;
16 }
17
18 public void setTestForCount(String testForCount) {
19 this.testForCount = testForCount;
20 }
21
22 }