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 Summary
Fields Modifier and Type Field Description DataObjectIdm_DataObjectIdThe internal value for the pointer to the DataObject.RepInfoIdm_RepInfoIdThe internal value for the pointer for the RepInfo. -
Constructor Summary
Constructors Constructor Description InfoObjectIdImpl1() -
Method Summary
Modifier and Type Method Description DataObjectIdgetDataObjectId()Get the ID for the DataObject.RepInfoIdgetRepInfoId()Get the ID for the RepInfo.voidsetDataObjectId(DataObjectId doid)Set the ID for the DataObject.voidsetRepInfoId(RepInfoId riid)Set the ID for the RepInfo.
-
Field Details
-
m_DataObjectId
The internal value for the pointer to the DataObject. -
m_RepInfoId
The internal value for the pointer for the RepInfo.
-
-
Constructor Details
-
InfoObjectIdImpl1
public InfoObjectIdImpl1()
-
-
Method Details
-
getDataObjectId
Get the ID for the DataObject.- Returns:
- ID for the DataObject
-
setDataObjectId
Set the ID for the DataObject.- Parameters:
doid- ID for the DataObject
-
getRepInfoId
Get the ID for the RepInfo.- Returns:
- ID for the RepInfo
-
setRepInfoId
Set the ID for the RepInfo.- Parameters:
riid- ID for the RepInfo
-