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) RepresentationInformationm_RepresentationInformationThe internal value for the RepInfo.private static longserialVersionUIDFor object serialization - 
Constructor Summary
Constructors Constructor Description RepInfoIdImpl1() - 
Method Summary
Modifier and Type Method Description RepresentationInformationgetRepInfo()Get the RepInfo.voidsetRepresentationInformation(RepresentationInformation ri)Set the RepInfo.Methods inherited from class info.oais.implementation.infomodel.IdentifierImpl1
getURI, setURIMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
 getRepInfoin interfaceRepInfoId- Returns:
 - the RepInfo
 
 - 
setRepresentationInformation
Set the RepInfo.- Specified by:
 setRepresentationInformationin interfaceRepInfoId- Parameters:
 ri- the RepInfo
 
 -