1 | |
package org.kuali.student.r2.common.util.constants; |
2 | |
|
3 | |
import org.kuali.student.r2.common.constants.CommonServiceConstants; |
4 | |
import org.kuali.student.r2.core.comment.dto.CommentInfo; |
5 | |
import org.kuali.student.r2.core.comment.dto.TagInfo; |
6 | |
|
7 | |
|
8 | |
|
9 | |
|
10 | |
|
11 | |
|
12 | |
|
13 | |
|
14 | 0 | public class CommentServiceConstants { |
15 | |
|
16 | |
|
17 | |
|
18 | |
public static final String NAMESPACE = CommonServiceConstants.REF_OBJECT_URI_GLOBAL_PREFIX + "comment"; |
19 | 0 | public static final String REF_OBJECT_URI_COMMENT = NAMESPACE + "/" + CommentInfo.class.getSimpleName(); |
20 | 0 | public static final String REF_OBJECT_URI_TAG = NAMESPACE + "/" + TagInfo.class.getSimpleName(); |
21 | |
} |