Interface SectionMetaDataIfc
-
- All Superinterfaces:
Serializable
public interface SectionMetaDataIfc extends Serializable
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTACHMENTSstatic StringKEYWORDSstatic StringOBJECTIVESstatic StringRUBRICS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEntry()LonggetId()StringgetLabel()SectionDataIfcgetSection()voidsetEntry(String entry)voidsetId(Long id)voidsetLabel(String label)voidsetSection(SectionDataIfc section)
-
-
-
Field Detail
-
KEYWORDS
static final String KEYWORDS
- See Also:
- Constant Field Values
-
OBJECTIVES
static final String OBJECTIVES
- See Also:
- Constant Field Values
-
RUBRICS
static final String RUBRICS
- See Also:
- Constant Field Values
-
ATTACHMENTS
static final String ATTACHMENTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
Long getId()
-
setId
void setId(Long id)
-
getSection
SectionDataIfc getSection()
-
setSection
void setSection(SectionDataIfc section)
-
getLabel
String getLabel()
-
setLabel
void setLabel(String label)
-
getEntry
String getEntry()
-
setEntry
void setEntry(String entry)
-
-