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 SummaryFields Modifier and Type Field Description (package private) RepresentationInformationm_RepresentationInformationThe internal value for the RepInfo.private static longserialVersionUIDFor object serialization
- 
Constructor SummaryConstructors Constructor Description RepInfoIdImpl1()
- 
Method SummaryModifier and Type Method Description RepresentationInformationgetRepInfo()Get the RepInfo.voidsetRepresentationInformation(RepresentationInformation ri)Set the RepInfo.Methods inherited from class info.oais.implementation.infomodel.IdentifierImpl1getURI, setURIMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface info.oais.interfaces.infomodel.IdentifiergetURI, setURI
- 
Field Details- 
serialVersionUIDprivate static final long serialVersionUIDFor object serialization- See Also:
- Constant Field Values
 
- 
m_RepresentationInformationRepresentationInformation m_RepresentationInformationThe internal value for the RepInfo.
 
- 
- 
Constructor Details- 
RepInfoIdImpl1public RepInfoIdImpl1()
 
- 
- 
Method Details- 
getRepInfoGet the RepInfo.- Specified by:
- getRepInfoin interface- RepInfoId
- Returns:
- the RepInfo
 
- 
setRepresentationInformationSet the RepInfo.- Specified by:
- setRepresentationInformationin interface- RepInfoId
- Parameters:
- ri- the RepInfo
 
 
-