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 Details

    • serialVersionUID

      private static final long serialVersionUID
      For object serialization
      See Also:
      Constant Field Values
    • m_ContextInformation

      String m_ContextInformation
      The internal value for the ContextInformation.
  • Constructor Details

    • ContextInformationImpl1

      public ContextInformationImpl1()
      Constructor for the ContextInfo.
  • Method Details

    • getContextInformation

      String getContextInformation()
      Method to get the ContextInfo as String.
      Returns:
      The ContextInfo as a String.
    • setContextInformation

      void setContextInformation​(String context)
      Method to set the ContextInfo as a String.
      Parameters:
      context - The ContextInfo as a String.
    • finalize

      public void finalize() throws Throwable
      Overrides:
      finalize in class InformationObjectImpl1
      Throws:
      Throwable
    • getString

      public String getString()
      Get the String for the ContextInfo.
      Specified by:
      getString in interface ContextInformation
      Returns:
      String for the ContextInfo
    • setString

      public void setString​(String desc)
      Set the STring for the ContextInfo.
      Specified by:
      setString in interface ContextInformation
      Parameters:
      desc - String value for COntextInfo.