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 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.Methods inherited from interface info.oais.interfaces.infomodel.IdentifiergetURI, setURI
- 
Method Details- 
getDataObjectIdDataObjectId getDataObjectId()Get the ID for the DataObject.- Returns:
- ID for the DataObject
 
- 
setDataObjectIdSet the ID for the DataObject.- Parameters:
- doid- ID for the DataObject
 
- 
getRepInfoIdRepInfoId getRepInfoId()Get the ID for the RepInfo.- Returns:
- ID for the RepInfo
 
- 
setRepInfoIdSet the ID for the RepInfo.- Parameters:
- riid- ID for the RepInfo
 
 
-