public interface AssessmentMetaDataIfc extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
ALIAS |
static String |
AUTHORS |
static String |
BGCOLOR |
static String |
BGIMAGE |
static String |
CALENDAR_DUE_DATE_EVENT_ID |
static String |
KEYWORDS |
static String |
OBJECTIVES |
static String |
RUBRICS |
| Modifier and Type | Method and Description |
|---|---|
AssessmentBaseIfc |
getAssessment() |
String |
getEntry() |
Long |
getId() |
String |
getLabel() |
void |
setAssessment(AssessmentBaseIfc assessment) |
void |
setEntry(String entry) |
void |
setId(Long id) |
void |
setLabel(String label) |
static final String AUTHORS
static final String KEYWORDS
static final String OBJECTIVES
static final String RUBRICS
static final String BGCOLOR
static final String BGIMAGE
static final String ALIAS
static final String CALENDAR_DUE_DATE_EVENT_ID
Long getId()
void setId(Long id)
AssessmentBaseIfc getAssessment()
void setAssessment(AssessmentBaseIfc assessment)
String getLabel()
void setLabel(String label)
String getEntry()
void setEntry(String entry)
Copyright © 2003–2021 Sakai Project. All rights reserved.