Class InfoObjectIdImpl1

java.lang.Object
info.oais.implementation.infomodel.identifiers.InfoObjectIdImpl1

public class InfoObjectIdImpl1
extends Object
An Identifier which points to an InformationObject.
Since:
06-Sep-2021 15:59:46
Version:
1.0
Author:
David
  • Field Details

    • m_DataObjectId

      public DataObjectId m_DataObjectId
      The internal value for the pointer to the DataObject.
    • m_RepInfoId

      public RepInfoId m_RepInfoId
      The internal value for the pointer for the RepInfo.
  • Constructor Details

    • InfoObjectIdImpl1

      public InfoObjectIdImpl1()
  • Method Details

    • getDataObjectId

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

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

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

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