Class ReferenceInformationImp11
java.lang.Object
info.oais.implementation.infomodel.InformationObjectImpl1
info.oais.implementation.infomodel.ReferenceInformationImp11
- All Implemented Interfaces:
InformationObject
,ReferenceInt1
,Serializable
public class ReferenceInformationImp11 extends InformationObjectImpl1 implements ReferenceInt1, Serializable
An implementation of ReferenceInformation as an array of Identifiers.
- Since:
- 12-Sep-2021 14:25:24
- Version:
- 1.0
- Author:
- David
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description Identifier[]
referenceEntry
An array of Identifiersprivate static long
serialVersionUID
For object serializationFields inherited from class info.oais.implementation.infomodel.InformationObjectImpl1
m_DataObject, m_DataObjectId, m_Identifier, m_RepInfoId, m_RepresentationInformation
-
Constructor Summary
Constructors Constructor Description ReferenceInformationImp11()
-
Method Summary
Modifier and Type Method Description Identifier[]
getReferences()
Get the array of identifiersvoid
setReferences(Identifier[] refs)
Set the array of Identifiers which make up the Reference.Methods inherited from class info.oais.implementation.infomodel.InformationObjectImpl1
finalize, getDataObject, getDataObjectId, getIdentifier, getRepInfoId, getRepresentationInformation, setDataObject, setDataObject, setIdentifier, setRepInfoId, setRepresentationInformation
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor object serialization- See Also:
- Constant Field Values
-
referenceEntry
An array of Identifiers
-
-
Constructor Details
-
ReferenceInformationImp11
public ReferenceInformationImp11()
-
-
Method Details
-
getReferences
Get the array of identifiers- Specified by:
getReferences
in interfaceReferenceInt1
- Returns:
- The array of Identifiers which make up the Reference
-
setReferences
Set the array of Identifiers which make up the Reference.- Specified by:
setReferences
in interfaceReferenceInt1
- Parameters:
refs
- The array of Identifiers which make up the Reference.
-