Interface DigitalObjectId
- All Superinterfaces:
 Identifier
- All Known Implementing Classes:
 DigitalObjectIdImpl1
public interface DigitalObjectId extends Identifier
An Identifier which points to a DataObject.
- Since:
 - 06-Sep-2021 15:59:45
 - Version:
 - 1.0
 - Author:
 - David
 
- 
Method Summary
Modifier and Type Method Description DataObjectgetDataObject()Get the DataObject.voidsetDataObject(DataObject dobj)Set the DataObject.Methods inherited from interface info.oais.interfaces.infomodel.Identifier
getURI, setURI 
- 
Method Details
- 
getDataObject
DataObject getDataObject()Get the DataObject.- Returns:
 - the DataObject
 
 - 
setDataObject
Set the DataObject.- Parameters:
 dobj- DataObject
 
 -