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 SummaryFields Modifier and Type Field Description (package private) Stringm_DescriptiveInformationThe internal value for the DescriptiveInfo.private static longserialVersionUIDFor object serializationFields inherited from class info.oais.implementation.infomodel.InformationObjectImpl1m_DataObject, m_DataObjectId, m_Identifier, m_RepInfoId, m_RepresentationInformation
- 
Constructor SummaryConstructors Constructor Description DescriptiveInformationImpl1()Constructor for the DescriptiveInfo
- 
Method SummaryMethods inherited from class info.oais.implementation.infomodel.InformationObjectImpl1getDataObject, getDataObjectId, getIdentifier, getRepInfoId, getRepresentationInformation, setDataObject, setDataObject, setIdentifier, setRepInfoId, setRepresentationInformationMethods inherited from class java.lang.Objectclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface info.oais.interfaces.infomodel.InformationObjectgetDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformation
- 
Field Details- 
serialVersionUIDprivate static final long serialVersionUIDFor object serialization- See Also:
- Constant Field Values
 
- 
m_DescriptiveInformationString m_DescriptiveInformationThe internal value for the DescriptiveInfo.
 
- 
- 
Constructor Details- 
DescriptiveInformationImpl1public DescriptiveInformationImpl1()Constructor for the DescriptiveInfo
 
- 
- 
Method Details- 
finalize- Overrides:
- finalizein class- InformationObjectImpl1
- Throws:
- Throwable
 
- 
getStringGet the DescriptiveInformation as a String.- Specified by:
- getStringin interface- DescriptiveInformation
- Returns:
- DescriptiveInformation as a String.
 
- 
setStringSet the String value for the DescriptiveInformation.- Specified by:
- setStringin interface- DescriptiveInformation
- Parameters:
- desc- Set the String for the DescriptiveInformation.
 
 
-