org.sakaiproject.tool.assessment.data.ifc.assessment
Interface SectionMetaDataIfc

All Superinterfaces:
Serializable

public interface SectionMetaDataIfc
extends Serializable


Field Summary
static String ATTACHMENTS
           
static String KEYWORDS
           
static String OBJECTIVES
           
static String RUBRICS
           
 
Method Summary
 String getEntry()
           
 Long getId()
           
 String getLabel()
           
 SectionDataIfc getSection()
           
 void setEntry(String entry)
           
 void setId(Long id)
           
 void setLabel(String label)
           
 void setSection(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)


Copyright © 2005-2013 Sakai Project. All Rights Reserved.