Class DescriptiveInformationImpl1
java.lang.Object
info.oais.implementation.infomodel.InformationObjectImpl1
info.oais.implementation.infomodel.DescriptiveInformationImpl1
- All Implemented Interfaces:
DescriptiveInformation
,InformationObject
,Serializable
public class DescriptiveInformationImpl1 extends InformationObjectImpl1 implements DescriptiveInformation, Serializable
An implementation of DescriptibeInformation as a String.
- Since:
- 11-Sep-2021 22:39:47
- Version:
- 1.0
- Author:
- David
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description (package private) String
m_DescriptiveInformation
The internal value for the DescriptiveInfo.private 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 DescriptiveInformationImpl1()
Constructor for the DescriptiveInfo -
Method Summary
Methods inherited from class info.oais.implementation.infomodel.InformationObjectImpl1
getDataObject, getDataObjectId, getIdentifier, getRepInfoId, getRepresentationInformation, setDataObject, setDataObject, setIdentifier, setRepInfoId, setRepresentationInformation
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface info.oais.interfaces.infomodel.InformationObject
getDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformation
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor object serialization- See Also:
- Constant Field Values
-
m_DescriptiveInformation
String m_DescriptiveInformationThe internal value for the DescriptiveInfo.
-
-
Constructor Details
-
DescriptiveInformationImpl1
public DescriptiveInformationImpl1()Constructor for the DescriptiveInfo
-
-
Method Details
-
finalize
- Overrides:
finalize
in classInformationObjectImpl1
- Throws:
Throwable
-
getString
Get the DescriptiveInformation as a String.- Specified by:
getString
in interfaceDescriptiveInformation
- Returns:
- DescriptiveInformation as a String.
-
setString
Set the String value for the DescriptiveInformation.- Specified by:
setString
in interfaceDescriptiveInformation
- Parameters:
desc
- Set the String for the DescriptiveInformation.
-