Class SectionMetaData
- java.lang.Object
-
- org.sakaiproject.tool.assessment.data.dao.assessment.SectionMetaData
-
- All Implemented Interfaces:
Serializable,SectionMetaDataIfc
public class SectionMetaData extends Object implements Serializable, SectionMetaDataIfc
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHORSstatic StringBGCOLORstatic StringBGIMAGEstatic StringKEYWORDSstatic StringOBJECTIVESstatic StringRUBRICS-
Fields inherited from interface org.sakaiproject.tool.assessment.data.ifc.assessment.SectionMetaDataIfc
ATTACHMENTS
-
-
Constructor Summary
Constructors Constructor Description SectionMetaData()SectionMetaData(SectionDataIfc section, String label, String entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntry()LonggetId()StringgetLabel()SectionDataIfcgetSection()voidsetEntry(String entry)voidsetId(Long id)voidsetLabel(String label)voidsetSection(SectionDataIfc section)
-
-
-
Field Detail
-
AUTHORS
public static final String AUTHORS
- See Also:
- Constant Field Values
-
KEYWORDS
public static final String KEYWORDS
- See Also:
- Constant Field Values
-
OBJECTIVES
public static final String OBJECTIVES
- See Also:
- Constant Field Values
-
RUBRICS
public static final String RUBRICS
- See Also:
- Constant Field Values
-
BGCOLOR
public static final String BGCOLOR
- See Also:
- Constant Field Values
-
BGIMAGE
public static final String BGIMAGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SectionMetaData
public SectionMetaData()
-
SectionMetaData
public SectionMetaData(SectionDataIfc section, String label, String entry)
-
-
Method Detail
-
getId
public Long getId()
- Specified by:
getIdin interfaceSectionMetaDataIfc
-
setId
public void setId(Long id)
- Specified by:
setIdin interfaceSectionMetaDataIfc
-
getSection
public SectionDataIfc getSection()
- Specified by:
getSectionin interfaceSectionMetaDataIfc
-
setSection
public void setSection(SectionDataIfc section)
- Specified by:
setSectionin interfaceSectionMetaDataIfc
-
getLabel
public String getLabel()
- Specified by:
getLabelin interfaceSectionMetaDataIfc
-
setLabel
public void setLabel(String label)
- Specified by:
setLabelin interfaceSectionMetaDataIfc
-
getEntry
public String getEntry()
- Specified by:
getEntryin interfaceSectionMetaDataIfc
-
setEntry
public void setEntry(String entry)
- Specified by:
setEntryin interfaceSectionMetaDataIfc
-
-