public class Part extends Part
| Modifier | Constructor and Description |
|---|---|
protected |
Part(org.osid.shared.Id partStructureId,
Serializable value,
org.osid.id.IdManager idManager) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
org.osid.shared.Id |
getId() |
org.osid.repository.PartIterator |
getParts() |
org.osid.repository.PartStructure |
getPartStructure() |
Serializable |
getValue() |
void |
updateValue(Serializable value) |
createPart, deletePart, updateDisplayNameprotected Part(org.osid.shared.Id partStructureId,
Serializable value,
org.osid.id.IdManager idManager)
throws org.osid.repository.RepositoryException
org.osid.repository.RepositoryExceptionpublic String getDisplayName() throws org.osid.repository.RepositoryException
getDisplayName in interface org.osid.repository.PartgetDisplayName in class Partorg.osid.repository.RepositoryExceptionpublic org.osid.shared.Id getId()
throws org.osid.repository.RepositoryException
public org.osid.repository.PartIterator getParts()
throws org.osid.repository.RepositoryException
public org.osid.repository.PartStructure getPartStructure()
throws org.osid.repository.RepositoryException
getPartStructure in interface org.osid.repository.PartgetPartStructure in class Partorg.osid.repository.RepositoryExceptionpublic Serializable getValue() throws org.osid.repository.RepositoryException
public void updateValue(Serializable value) throws org.osid.repository.RepositoryException
updateValue in interface org.osid.repository.PartupdateValue in class Partorg.osid.repository.RepositoryExceptionCopyright © 2023. All rights reserved.