Interface InfoObjectId

All Superinterfaces:
Identifier

public interface InfoObjectId
extends Identifier
An Identifier which points to an InformationObject.
Since:
06-Sep-2021 15:59:46
Version:
1.0
Author:
David
  • Method Details

    • getDataObjectId

      DataObjectId getDataObjectId()
      Get the ID for the DataObject.
      Returns:
      ID for the DataObject
    • setDataObjectId

      void setDataObjectId​(DataObjectId doid)
      Set the ID for the DataObject.
      Parameters:
      doid - ID for the DataObject
    • getRepInfoId

      RepInfoId getRepInfoId()
      Get the ID for the RepInfo.
      Returns:
      ID for the RepInfo
    • setRepInfoId

      void setRepInfoId​(RepInfoId riid)
      Set the ID for the RepInfo.
      Parameters:
      riid - ID for the RepInfo