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 Details

    • getDataObject

      DataObject getDataObject()
      Get the DataObject.
      Returns:
      the DataObject
    • setDataObject

      void setDataObject​(DataObject dobj)
      Set the DataObject.
      Parameters:
      dobj - DataObject