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 Summary
Modifier and Type Method Description DataObjectId
getDataObjectId()
Get the ID for the DataObject.RepInfoId
getRepInfoId()
Get the ID for the RepInfo.void
setDataObjectId(DataObjectId doid)
Set the ID for the DataObject.void
setRepInfoId(RepInfoId riid)
Set the ID for the RepInfo.Methods inherited from interface info.oais.interfaces.infomodel.Identifier
getURI, setURI
-
Method Details
-
getDataObjectId
DataObjectId 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
RepInfoId 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
-