| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| KSEntityConstants | 
 | 
 | 0.0;0 | 
| 1 |  package org.kuali.student.core.entity; | |
| 2 | ||
| 3 | 0 |  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 | } |