public class ItemImpl extends Object implements Serializable, org.osid.assessment.Item
| Constructor and Description |
|---|
ItemImpl() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
getData() |
String |
getDescription() |
String |
getDisplayName() |
org.osid.shared.Id |
getId() |
org.osid.shared.Type |
getItemType() |
org.osid.shared.PropertiesIterator |
getProperties() |
org.osid.shared.Properties |
getPropertiesByType(org.osid.shared.Type type) |
org.osid.shared.TypeIterator |
getPropertyTypes() |
void |
setId(org.osid.shared.Id id) |
void |
setItemType(org.osid.shared.Type itemType) |
void |
updateData(Serializable data) |
void |
updateDescription(String description) |
void |
updateDisplayName(String displayName) |
public org.osid.shared.Id getId()
getId in interface org.osid.assessment.Itempublic void setId(org.osid.shared.Id id)
public org.osid.shared.Type getItemType()
getItemType in interface org.osid.assessment.Itempublic void setItemType(org.osid.shared.Type itemType)
public String getDisplayName()
getDisplayName in interface org.osid.assessment.Itempublic void updateDisplayName(String displayName)
updateDisplayName in interface org.osid.assessment.Itempublic String getDescription()
getDescription in interface org.osid.assessment.Itempublic void updateDescription(String description)
updateDescription in interface org.osid.assessment.Itempublic Serializable getData()
getData in interface org.osid.assessment.Itempublic void updateData(Serializable data)
updateData in interface org.osid.assessment.Itempublic org.osid.shared.PropertiesIterator getProperties()
throws org.osid.assessment.AssessmentException
getProperties in interface org.osid.assessment.Itemorg.osid.assessment.AssessmentExceptionpublic org.osid.shared.Properties getPropertiesByType(org.osid.shared.Type type)
throws org.osid.assessment.AssessmentException
getPropertiesByType in interface org.osid.assessment.Itemorg.osid.assessment.AssessmentExceptionpublic org.osid.shared.TypeIterator getPropertyTypes()
throws org.osid.assessment.AssessmentException
getPropertyTypes in interface org.osid.assessment.Itemorg.osid.assessment.AssessmentExceptionCopyright © 2003–2020 Sakai Project. All rights reserved.