Class InformationPackageImpl1

java.lang.Object
info.oais.implementation.infomodel.DataObjectImpl1
info.oais.implementation.infomodel.InformationPackageImpl1
All Implemented Interfaces:
DataObject, InformationPackage, Serializable
Direct Known Subclasses:
ArchivalInformationPackageImpl1, DisseminationInformationPackageImpl1, SubmissionInformationPackageImpl1

public class InformationPackageImpl1
extends DataObjectImpl1
implements InformationPackage, Serializable
An implementation of InformationPackage.
Since:
11-Sep-2021 21:17:46
Version:
1.0
Author:
David
See Also:
Serialized Form
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      serialVersionUID to be used when object is serialized.
      See Also:
      Constant Field Values
    • m_InformationObject

      InformationObject m_InformationObject
      The internal value for the InformationObject in the InfoPackage.
    • m_PackageDescription

      PackageDescription m_PackageDescription
      The internal value for the PackageDescription of the InfoPackage.
    • m_PackagingInformation

      PackagingInformation m_PackagingInformation
      The internal value for the PackagingInformation of the InfoPackage - only used when the package will be serialised..
    • m_Identifier

      Identifier m_Identifier
      Internal value for Identifier
  • Constructor Details

    • InformationPackageImpl1

      public InformationPackageImpl1()
      Constructor for the InfoPackage.
  • Method Details