org.sakaiproject.tool.assessment.osid.assessment.impl
Class SectionImpl
java.lang.Object
org.sakaiproject.tool.assessment.osid.assessment.impl.SectionImpl
- All Implemented Interfaces:
- Serializable, org.osid.assessment.Section
public class SectionImpl
- extends Object
- implements org.osid.assessment.Section
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SectionImpl
public SectionImpl()
getItemSet
public Set getItemSet()
setItemSet
public void setItemSet(Set itemSet)
getId
public org.osid.shared.Id getId()
- Specified by:
getId in interface org.osid.assessment.Section
setId
public void setId(org.osid.shared.Id id)
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface org.osid.assessment.Section
updateDisplayName
public void updateDisplayName(String displayName)
- Specified by:
updateDisplayName in interface org.osid.assessment.Section
getDescription
public String getDescription()
- Specified by:
getDescription in interface org.osid.assessment.Section
updateDescription
public void updateDescription(String description)
- Specified by:
updateDescription in interface org.osid.assessment.Section
getData
public Serializable getData()
- Specified by:
getData in interface org.osid.assessment.Section
updateData
public void updateData(Serializable data)
- Specified by:
updateData in interface org.osid.assessment.Section
getSectionType
public org.osid.shared.Type getSectionType()
- Specified by:
getSectionType in interface org.osid.assessment.Section
setSectionType
public void setSectionType(org.osid.shared.Type sectionType)
getProperties
public org.osid.shared.PropertiesIterator getProperties()
throws org.osid.assessment.AssessmentException
- Specified by:
getProperties in interface org.osid.assessment.Section
- Throws:
org.osid.assessment.AssessmentException
getPropertiesByType
public org.osid.shared.Properties getPropertiesByType(org.osid.shared.Type type)
throws org.osid.assessment.AssessmentException
- Specified by:
getPropertiesByType in interface org.osid.assessment.Section
- Throws:
org.osid.assessment.AssessmentException
getPropertyTypes
public org.osid.shared.TypeIterator getPropertyTypes()
throws org.osid.assessment.AssessmentException
- Specified by:
getPropertyTypes in interface org.osid.assessment.Section
- Throws:
org.osid.assessment.AssessmentException
addItem
public void addItem(org.osid.assessment.Item item)
- Specified by:
addItem in interface org.osid.assessment.Section
removeItem
public void removeItem(org.osid.shared.Id itemId)
throws org.osid.assessment.AssessmentException
- Specified by:
removeItem in interface org.osid.assessment.Section
- Throws:
org.osid.assessment.AssessmentException
getItems
public org.osid.assessment.ItemIterator getItems()
- Specified by:
getItems in interface org.osid.assessment.Section
orderItems
public void orderItems(org.osid.assessment.Item[] itemArray)
- Specified by:
orderItems in interface org.osid.assessment.Section
addSection
public void addSection(org.osid.assessment.Section parm1)
throws org.osid.assessment.AssessmentException
- Specified by:
addSection in interface org.osid.assessment.Section
- Throws:
org.osid.assessment.AssessmentException
removeSection
public void removeSection(org.osid.shared.Id parm1)
throws org.osid.assessment.AssessmentException
- Specified by:
removeSection in interface org.osid.assessment.Section
- Throws:
org.osid.assessment.AssessmentException
getSections
public org.osid.assessment.SectionIterator getSections()
throws org.osid.assessment.AssessmentException
- Specified by:
getSections in interface org.osid.assessment.Section
- Throws:
org.osid.assessment.AssessmentException
orderSections
public void orderSections(org.osid.assessment.Section[] parm1)
throws org.osid.assessment.AssessmentException
- Specified by:
orderSections in interface org.osid.assessment.Section
- Throws:
org.osid.assessment.AssessmentException
Copyright © 2005-2013 Sakai Project. All Rights Reserved.