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 SummaryModifier and Type Method Description DataObjectgetDataObject()Get the DataObject.voidsetDataObject(DataObject dobj)Set the DataObject.Methods inherited from interface info.oais.interfaces.infomodel.IdentifiergetURI, setURI
- 
Method Details- 
getDataObjectDataObject getDataObject()Get the DataObject.- Returns:
- the DataObject
 
- 
setDataObjectSet the DataObject.- Parameters:
- dobj- DataObject
 
 
-