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 class
PhysicalObjectImpl1
An implementation of PhysicalObjectFields in info.oais.implementation.infomodel declared as PhysicalObject Modifier and Type Field Description (package private) PhysicalObject
DataObjectImpl1. m_PhysicalObject
The internal value for the PhysicalObject for the DataObject.Methods in info.oais.implementation.infomodel that return PhysicalObject Modifier and Type Method Description PhysicalObject
DataObjectImpl1. 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 void
DataObjectImpl1. 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 PhysicalObject
DataObject. 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 void
DataObject. setPhysicalObject(PhysicalObject physobj)
Set the PhysicallObject of the DataObject.