org.sakaiproject.tool.assessment.data.dao.assessment
Class PublishedSectionMetaData

java.lang.Object
  extended by 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
PublishedSectionMetaData()
           
PublishedSectionMetaData(SectionDataIfc section, String label, String entry)
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishedSectionMetaData

public PublishedSectionMetaData()

PublishedSectionMetaData

public PublishedSectionMetaData(SectionDataIfc section,
                                String label,
                                String entry)
Method Detail

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.