org.sakaiproject.tool.assessment.data.dao.assessment
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublishedSectionMetaData
public PublishedSectionMetaData()
PublishedSectionMetaData
public PublishedSectionMetaData(SectionDataIfc section,
String label,
String entry)
getId
public Long getId()
- Specified by:
getId in interface SectionMetaDataIfc
setId
public void setId(Long id)
- Specified by:
setId in interface SectionMetaDataIfc
getSection
public SectionDataIfc getSection()
- Specified by:
getSection in interface SectionMetaDataIfc
setSection
public void setSection(SectionDataIfc section)
- Specified by:
setSection in interface SectionMetaDataIfc
getLabel
public String getLabel()
- Specified by:
getLabel in interface SectionMetaDataIfc
setLabel
public void setLabel(String label)
- Specified by:
setLabel in interface SectionMetaDataIfc
getEntry
public String getEntry()
- Specified by:
getEntry in interface SectionMetaDataIfc
setEntry
public void setEntry(String entry)
- Specified by:
setEntry in interface SectionMetaDataIfc
Copyright © 2005-2012 Sakai Project. All Rights Reserved.