public class SectionImpl extends Object implements org.osid.assessment.Section
| Constructor and Description |
|---|
SectionImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(org.osid.assessment.Item item) |
void |
addSection(org.osid.assessment.Section parm1) |
Serializable |
getData() |
String |
getDescription() |
String |
getDisplayName() |
org.osid.shared.Id |
getId() |
org.osid.assessment.ItemIterator |
getItems() |
Set |
getItemSet() |
org.osid.shared.PropertiesIterator |
getProperties() |
org.osid.shared.Properties |
getPropertiesByType(org.osid.shared.Type type) |
org.osid.shared.TypeIterator |
getPropertyTypes() |
org.osid.assessment.SectionIterator |
getSections() |
org.osid.shared.Type |
getSectionType() |
void |
orderItems(org.osid.assessment.Item[] itemArray) |
void |
orderSections(org.osid.assessment.Section[] parm1) |
void |
removeItem(org.osid.shared.Id itemId) |
void |
removeSection(org.osid.shared.Id parm1) |
void |
setId(org.osid.shared.Id id) |
void |
setItemSet(Set itemSet) |
void |
setSectionType(org.osid.shared.Type sectionType) |
void |
updateData(Serializable data) |
void |
updateDescription(String description) |
void |
updateDisplayName(String displayName) |
public Set getItemSet()
public void setItemSet(Set itemSet)
public org.osid.shared.Id getId()
getId in interface org.osid.assessment.Sectionpublic void setId(org.osid.shared.Id id)
public String getDisplayName()
getDisplayName in interface org.osid.assessment.Sectionpublic void updateDisplayName(String displayName)
updateDisplayName in interface org.osid.assessment.Sectionpublic String getDescription()
getDescription in interface org.osid.assessment.Sectionpublic void updateDescription(String description)
updateDescription in interface org.osid.assessment.Sectionpublic Serializable getData()
getData in interface org.osid.assessment.Sectionpublic void updateData(Serializable data)
updateData in interface org.osid.assessment.Sectionpublic org.osid.shared.Type getSectionType()
getSectionType in interface org.osid.assessment.Sectionpublic void setSectionType(org.osid.shared.Type sectionType)
public org.osid.shared.PropertiesIterator getProperties()
throws org.osid.assessment.AssessmentException
getProperties in interface org.osid.assessment.Sectionorg.osid.assessment.AssessmentExceptionpublic org.osid.shared.Properties getPropertiesByType(org.osid.shared.Type type)
throws org.osid.assessment.AssessmentException
getPropertiesByType in interface org.osid.assessment.Sectionorg.osid.assessment.AssessmentExceptionpublic org.osid.shared.TypeIterator getPropertyTypes()
throws org.osid.assessment.AssessmentException
getPropertyTypes in interface org.osid.assessment.Sectionorg.osid.assessment.AssessmentExceptionpublic void addItem(org.osid.assessment.Item item)
addItem in interface org.osid.assessment.Sectionpublic void removeItem(org.osid.shared.Id itemId)
throws org.osid.assessment.AssessmentException
removeItem in interface org.osid.assessment.Sectionorg.osid.assessment.AssessmentExceptionpublic org.osid.assessment.ItemIterator getItems()
getItems in interface org.osid.assessment.Sectionpublic void orderItems(org.osid.assessment.Item[] itemArray)
orderItems in interface org.osid.assessment.Sectionpublic void addSection(org.osid.assessment.Section parm1)
throws org.osid.assessment.AssessmentException
addSection in interface org.osid.assessment.Sectionorg.osid.assessment.AssessmentExceptionpublic void removeSection(org.osid.shared.Id parm1)
throws org.osid.assessment.AssessmentException
removeSection in interface org.osid.assessment.Sectionorg.osid.assessment.AssessmentExceptionpublic org.osid.assessment.SectionIterator getSections()
throws org.osid.assessment.AssessmentException
getSections in interface org.osid.assessment.Sectionorg.osid.assessment.AssessmentExceptionpublic void orderSections(org.osid.assessment.Section[] parm1)
throws org.osid.assessment.AssessmentException
orderSections in interface org.osid.assessment.Sectionorg.osid.assessment.AssessmentExceptionCopyright © 2003–2020 Sakai Project. All rights reserved.