1 package org.kuali.student.r2.common.util.constants;
2
3 import org.kuali.student.r2.common.constants.CommonServiceConstants;
4
5 /**
6 * This class holds the constants used by the Learning Objective Service
7 */
8 public class LearningObjectiveServiceConstants {
9 /**
10 * Reference Object URI's
11 */
12 public static final String NAMESPACE = CommonServiceConstants.REF_OBJECT_URI_GLOBAL_PREFIX + "lo";
13 }