Clover Coverage Report - Kuali Student 1.3.0-SNAPSHOT (Aggregated)
Coverage timestamp: Thu Apr 28 2011 05:03:32 EDT
0   15   0   -
0   7   -   0
0     -  
1    
 
  KSEntityConstants       Line # 3 0 - 0 0 - -1.0
 
No Tests
 
1    package org.kuali.student.common.entity;
2   
 
3    public class KSEntityConstants {
4   
5    // Default Length for long text columns
6    public static final int LONG_TEXT_LENGTH = 2000;
7   
8    // Default Length for short text columns
9    public static final int SHORT_TEXT_LENGTH = 500;
10   
11    public static final int ATTRIBUTE_TEXT_LENGTH = 2000;
12   
13    public static final int OBJ_ID_LENGTH = 36;
14   
15    }