1 package org.kuali.student.enrollment.class2.courseoffering.util;
2
3
4
5
6
7 public class FormatOfferingConstants {
8 public final static String BLANK = "";
9 public final static String FORMAT_OFFERING_TYPE_KEY = "typeKey";
10 public final static String FORMAT_OFFERING_LUI_TYPE = "luiType";
11 public final static String FORMAT_OFFERING_TYPE_KEY_VALUE = "kuali.lui.type.course.format.offering";
12 public final static String SELECT_FORMAT_OFFERING_TYPE_KEY = "Select Format Offering Type Key";
13 public final static String MSG_ERROR_FORMAT_OFFERING_CLUSTER_OVERLIMIT = "error.enroll.fo.cluster.overlimit";
14
15 }