org.sakaiproject.tool.assessment.data.ifc.assessment
Interface SectionMetaDataIfc
- All Superinterfaces:
- Serializable
public interface SectionMetaDataIfc
- extends Serializable
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
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)
Copyright © 2005-2013 Sakai Project. All Rights Reserved.