Uses of Interface
info.oais.interfaces.infomodel.PhysicalObject
| Package | Description |
|---|---|
| info.oais.implementation.infomodel |
This package contains classes for an implementation for the OAIS Information Model.
|
| info.oais.interfaces.infomodel |
This package contains iinterfaces for the OAIS Information Model.
|
-
Uses of PhysicalObject in info.oais.implementation.infomodel
Classes in info.oais.implementation.infomodel that implement PhysicalObject Modifier and Type Class Description classPhysicalObjectImpl1An implementation of PhysicalObjectFields in info.oais.implementation.infomodel declared as PhysicalObject Modifier and Type Field Description (package private) PhysicalObjectDataObjectImpl1. m_PhysicalObjectThe internal value for the PhysicalObject for the DataObject.Methods in info.oais.implementation.infomodel that return PhysicalObject Modifier and Type Method Description PhysicalObjectDataObjectImpl1. getPhysicalObject()Get the PhysicallObject (if any) which makes up the DataObject.Methods in info.oais.implementation.infomodel with parameters of type PhysicalObject Modifier and Type Method Description voidDataObjectImpl1. setPhysicalObject(PhysicalObject physobj)Set the PhysicallObject of the DataObject. -
Uses of PhysicalObject in info.oais.interfaces.infomodel
Methods in info.oais.interfaces.infomodel that return PhysicalObject Modifier and Type Method Description PhysicalObjectDataObject. getPhysicalObject()Get the PhysicallObject (if any) which makes up the DataObject.Methods in info.oais.interfaces.infomodel with parameters of type PhysicalObject Modifier and Type Method Description voidDataObject. setPhysicalObject(PhysicalObject physobj)Set the PhysicallObject of the DataObject.