Class RepInfoIdImpl1
java.lang.Object
info.oais.implementation.infomodel.IdentifierImpl1
info.oais.implementation.infomodel.identifiers.RepInfoIdImpl1
- All Implemented Interfaces:
Identifier
,RepInfoId
,Serializable
public class RepInfoIdImpl1 extends IdentifierImpl1 implements RepInfoId, Serializable
An Identifier which points to a RepresentationInformation Object.
- Since:
- 06-Sep-2021 15:59:46
- Version:
- 1.0
- Author:
- David
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description (package private) RepresentationInformation
m_RepresentationInformation
The internal value for the RepInfo.private static long
serialVersionUID
For object serialization -
Constructor Summary
Constructors Constructor Description RepInfoIdImpl1()
-
Method Summary
Modifier and Type Method Description RepresentationInformation
getRepInfo()
Get the RepInfo.void
setRepresentationInformation(RepresentationInformation ri)
Set the RepInfo.Methods inherited from class info.oais.implementation.infomodel.IdentifierImpl1
getURI, setURI
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface info.oais.interfaces.infomodel.Identifier
getURI, setURI
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor object serialization- See Also:
- Constant Field Values
-
m_RepresentationInformation
RepresentationInformation m_RepresentationInformationThe internal value for the RepInfo.
-
-
Constructor Details
-
RepInfoIdImpl1
public RepInfoIdImpl1()
-
-
Method Details
-
getRepInfo
Get the RepInfo.- Specified by:
getRepInfo
in interfaceRepInfoId
- Returns:
- the RepInfo
-
setRepresentationInformation
Set the RepInfo.- Specified by:
setRepresentationInformation
in interfaceRepInfoId
- Parameters:
ri
- the RepInfo
-