Class PublishedSectionMetaData
- java.lang.Object
-
- org.sakaiproject.tool.assessment.data.dao.assessment.PublishedSectionMetaData
-
- All Implemented Interfaces:
Serializable,SectionMetaDataIfc
public class PublishedSectionMetaData extends Object implements Serializable, SectionMetaDataIfc
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.sakaiproject.tool.assessment.data.ifc.assessment.SectionMetaDataIfc
ATTACHMENTS, KEYWORDS, OBJECTIVES, RUBRICS
-
-
Constructor Summary
Constructors Constructor Description PublishedSectionMetaData()PublishedSectionMetaData(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)
-
-
-
Constructor Detail
-
PublishedSectionMetaData
public PublishedSectionMetaData()
-
PublishedSectionMetaData
public PublishedSectionMetaData(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
-
-