Clover Coverage Report - Kuali Student 1.1 (Aggregated)
Coverage timestamp: Sun Mar 6 2011 20:32:39 EST
../../../../../../img/srcFileCovDistChart10.png 0% of files have more coverage
2   19   2   1
0   15   1   2
2     1  
1    
 
  RequiredConstraint       Line # 8 2 0% 2 0 100% 1.0
 
  (1)
 
1    package org.kuali.student.core.dictionary.dto;
2   
3    import javax.xml.bind.annotation.XmlAccessType;
4    import javax.xml.bind.annotation.XmlAccessorType;
5    import javax.xml.bind.annotation.XmlElement;
6   
7    @XmlAccessorType(XmlAccessType.FIELD)
 
8    public class RequiredConstraint {
9    @XmlElement
10    protected String fieldPath;
11   
 
12  3 toggle public String getFieldPath() {
13  3 return fieldPath;
14    }
15   
 
16  12 toggle public void setFieldPath(String fieldPath) {
17  12 this.fieldPath = fieldPath;
18    }
19    }