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 SummaryFields 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 SummaryConstructors Constructor Description InfoObjectIdImpl1()
- 
Method SummaryModifier 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_DataObjectIdThe internal value for the pointer to the DataObject.
- 
m_RepInfoIdThe internal value for the pointer for the RepInfo.
 
- 
- 
Constructor Details- 
InfoObjectIdImpl1public InfoObjectIdImpl1()
 
- 
- 
Method Details- 
getDataObjectIdGet the ID for the DataObject.- Returns:
- ID for the DataObject
 
- 
setDataObjectIdSet the ID for the DataObject.- Parameters:
- doid- ID for the DataObject
 
- 
getRepInfoIdGet the ID for the RepInfo.- Returns:
- ID for the RepInfo
 
- 
setRepInfoIdSet the ID for the RepInfo.- Parameters:
- riid- ID for the RepInfo
 
 
-