public interface SectionMetaDataIfc extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTACHMENTS |
static String |
KEYWORDS |
static String |
OBJECTIVES |
static String |
RUBRICS |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntry() |
Long |
getId() |
String |
getLabel() |
SectionDataIfc |
getSection() |
void |
setEntry(String entry) |
void |
setId(Long id) |
void |
setLabel(String label) |
void |
setSection(SectionDataIfc section) |
static final String KEYWORDS
static final String OBJECTIVES
static final String RUBRICS
static final String ATTACHMENTS
Long getId()
void setId(Long id)
SectionDataIfc getSection()
void setSection(SectionDataIfc section)
String getLabel()
void setLabel(String label)
String getEntry()
void setEntry(String entry)
Copyright © 2005–2019 Sakai Project. All rights reserved.