Clover Coverage Report - KS Admin 1.2-M6-SNAPSHOT
Coverage timestamp: Wed Dec 31 1969 19:00:00 EST
../../../../../../img/srcFileCovDistChart0.png 0% of files have more coverage
2   23   2   1
0   14   1   2
2     1  
1    
 
  CluAccreditation       Line # 7 2 0% 2 4 0% 0.0
 
No Tests
 
1    package org.kuali.student.lum.lu.bo;
2   
3    import javax.persistence.Column;
4   
5    import org.kuali.student.core.bo.KsMetaInactivatableFromToBase;
6   
 
7    public class CluAccreditation extends KsMetaInactivatableFromToBase {
8   
9    private static final long serialVersionUID = -5120619224420495466L;
10   
11    @Column(name = "ORG_ID")
12    private String orgId;
13   
14   
 
15  0 toggle public String getOrgId() {
16  0 return orgId;
17    }
18   
 
19  0 toggle public void setOrgId(String orgId) {
20  0 this.orgId = orgId;
21    }
22   
23    }