Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
CourseOfferingSetConstants |
|
| 0.0;0 |
1 | package org.kuali.student.enrollment.class2.courseoffering.util; | |
2 | ||
3 | /** | |
4 | * Created by IntelliJ IDEA. | |
5 | * User: huangb | |
6 | * Date: 5/10/12 | |
7 | * Time: 1:51 PM | |
8 | * To change this template use File | Settings | File Templates. | |
9 | */ | |
10 | 0 | public class CourseOfferingSetConstants { |
11 | //Attributes defined in SocRolloverResultInfo | |
12 | public final static String SOCROLLOVERRESULTINFO_ID = "id"; | |
13 | public final static String SOCROLLOVERRESULTINFO_SOURCE_TERM_ID = "sourceTermId"; | |
14 | public final static String SOCROLLOVERRESULTINFO_TARGET_TERM_ID = "targetTermId"; | |
15 | ||
16 | //Attributes defined in SocRolloverResultItemInfo | |
17 | } |