public class AssessmentImpl extends Object implements Serializable, org.osid.assessment.Assessment
| Constructor and Description |
|---|
AssessmentImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSection(org.osid.assessment.Section section) |
org.osid.shared.Type |
getAssessmentType() |
Serializable |
getData() |
String |
getDescription() |
String |
getDisplayName() |
org.osid.shared.Id |
getId() |
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() |
String |
getTopic() |
void |
orderSections(org.osid.assessment.Section[] sectionArray) |
void |
removeSection(org.osid.shared.Id parm1) |
void |
setId(org.osid.shared.Id id) |
void |
updateAssessmentType(org.osid.shared.Type assessmentType) |
void |
updateData(Serializable data) |
void |
updateDescription(String description) |
void |
updateDisplayName(String displayName) |
void |
updateTopic(String topic) |
public org.osid.shared.Id getId()
getId in interface org.osid.assessment.Assessmentpublic void setId(org.osid.shared.Id id)
public String getDisplayName()
getDisplayName in interface org.osid.assessment.Assessmentpublic void updateDisplayName(String displayName)
updateDisplayName in interface org.osid.assessment.Assessmentpublic String getDescription()
getDescription in interface org.osid.assessment.Assessmentpublic void updateDescription(String description)
updateDescription in interface org.osid.assessment.Assessmentpublic String getTopic()
getTopic in interface org.osid.assessment.Assessmentpublic void updateTopic(String topic)
updateTopic in interface org.osid.assessment.Assessmentpublic Serializable getData()
getData in interface org.osid.assessment.Assessmentpublic void updateData(Serializable data)
updateData in interface org.osid.assessment.Assessmentpublic org.osid.shared.Type getAssessmentType()
getAssessmentType in interface org.osid.assessment.Assessmentpublic void updateAssessmentType(org.osid.shared.Type assessmentType)
public void addSection(org.osid.assessment.Section section)
addSection in interface org.osid.assessment.Assessmentpublic void removeSection(org.osid.shared.Id parm1)
removeSection in interface org.osid.assessment.Assessmentpublic org.osid.assessment.SectionIterator getSections()
getSections in interface org.osid.assessment.Assessmentpublic void orderSections(org.osid.assessment.Section[] sectionArray)
orderSections in interface org.osid.assessment.Assessmentpublic org.osid.shared.PropertiesIterator getProperties()
throws org.osid.assessment.AssessmentException
getProperties in interface org.osid.assessment.Assessmentorg.osid.assessment.AssessmentExceptionpublic org.osid.shared.Properties getPropertiesByType(org.osid.shared.Type type)
throws org.osid.assessment.AssessmentException
getPropertiesByType in interface org.osid.assessment.Assessmentorg.osid.assessment.AssessmentExceptionpublic org.osid.shared.TypeIterator getPropertyTypes()
throws org.osid.assessment.AssessmentException
getPropertyTypes in interface org.osid.assessment.Assessmentorg.osid.assessment.AssessmentExceptionCopyright © 2003–2021 Sakai Project. All rights reserved.