Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
CourseServiceConstants |
|
| 0.0;0 |
1 | package org.kuali.student.r2.common.util.constants; | |
2 | ||
3 | ||
4 | import org.kuali.student.r2.common.constants.CommonServiceConstants; | |
5 | import org.kuali.student.r2.lum.course.dto.CourseInfo; | |
6 | ||
7 | /** | |
8 | * Course Service contants. | |
9 | * | |
10 | * @author Kuali Student Team (sambitpa@kuali.org) | |
11 | */ | |
12 | 0 | public class CourseServiceConstants { |
13 | public static final String NAMESPACE = CommonServiceConstants.REF_OBJECT_URI_GLOBAL_PREFIX + "course"; | |
14 | 0 | public static final String REF_OBJECT_URI_COURSE_OFFERING = NAMESPACE + "/" + CourseInfo.class.getSimpleName(); |
15 | ||
16 | } |