Class Part
- java.lang.Object
-
- edu.indiana.lib.osid.base.repository.Part
-
- edu.indiana.lib.osid.base.repository.http.Part
-
- All Implemented Interfaces:
Serializable,org.osid.repository.Part
public class Part extends Part
- Version:
- Author:
- Massachusetts Institute of Techbology, Sakai Software Development Team
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPart(org.osid.shared.Id partStructureId, Serializable value, org.osid.id.IdManager idManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()org.osid.shared.IdgetId()org.osid.repository.PartIteratorgetParts()org.osid.repository.PartStructuregetPartStructure()SerializablegetValue()voidupdateValue(Serializable value)-
Methods inherited from class edu.indiana.lib.osid.base.repository.Part
createPart, deletePart, updateDisplayName
-
-
-
-
Constructor Detail
-
Part
protected Part(org.osid.shared.Id partStructureId, Serializable value, org.osid.id.IdManager idManager) throws org.osid.repository.RepositoryException- Throws:
org.osid.repository.RepositoryException
-
-
Method Detail
-
getDisplayName
public String getDisplayName() throws org.osid.repository.RepositoryException
- Specified by:
getDisplayNamein interfaceorg.osid.repository.Part- Overrides:
getDisplayNamein classPart- Throws:
org.osid.repository.RepositoryException
-
getId
public org.osid.shared.Id getId() throws org.osid.repository.RepositoryException
-
getParts
public org.osid.repository.PartIterator getParts() throws org.osid.repository.RepositoryException
-
getPartStructure
public org.osid.repository.PartStructure getPartStructure() throws org.osid.repository.RepositoryException- Specified by:
getPartStructurein interfaceorg.osid.repository.Part- Overrides:
getPartStructurein classPart- Throws:
org.osid.repository.RepositoryException
-
getValue
public Serializable getValue() throws org.osid.repository.RepositoryException
-
updateValue
public void updateValue(Serializable value) throws org.osid.repository.RepositoryException
- Specified by:
updateValuein interfaceorg.osid.repository.Part- Overrides:
updateValuein classPart- Throws:
org.osid.repository.RepositoryException
-
-