Class ContextInformationImpl1
java.lang.Object
info.oais.implementation.infomodel.InformationObjectImpl1
info.oais.implementation.infomodel.ContextInformationImpl1
- All Implemented Interfaces:
- ContextInformation,- InformationObject,- Serializable
public class ContextInformationImpl1 extends InformationObjectImpl1 implements ContextInformation, Serializable
An implementation of ContextInformation as a String.
- Since:
- 12-Sep-2021 13:58:56
- Version:
- 1.0
- Author:
- David
- See Also:
- Serialized Form
- 
Field SummaryFields Modifier and Type Field Description (package private) Stringm_ContextInformationThe internal value for the ContextInformation.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 ContextInformationImpl1()Constructor for the ContextInfo.
- 
Method SummaryModifier and Type Method Description voidfinalize()(package private) StringgetContextInformation()Method to get the ContextInfo as String.StringgetString()Get the String for the ContextInfo.(package private) voidsetContextInformation(String context)Method to set the ContextInfo as a String.voidsetString(String desc)Set the STring for the ContextInfo.Methods 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_ContextInformationString m_ContextInformationThe internal value for the ContextInformation.
 
- 
- 
Constructor Details- 
ContextInformationImpl1public ContextInformationImpl1()Constructor for the ContextInfo.
 
- 
- 
Method Details- 
getContextInformationString getContextInformation()Method to get the ContextInfo as String.- Returns:
- The ContextInfo as a String.
 
- 
setContextInformationMethod to set the ContextInfo as a String.- Parameters:
- context- The ContextInfo as a String.
 
- 
finalize- Overrides:
- finalizein class- InformationObjectImpl1
- Throws:
- Throwable
 
- 
getStringGet the String for the ContextInfo.- Specified by:
- getStringin interface- ContextInformation
- Returns:
- String for the ContextInfo
 
- 
setStringSet the STring for the ContextInfo.- Specified by:
- setStringin interface- ContextInformation
- Parameters:
- desc- String value for COntextInfo.
 
 
-