Class DigitalObjectImpl1

java.lang.Object
info.oais.implementation.infomodel.DataObjectImpl1
info.oais.implementation.infomodel.DigitalObjectImpl1
All Implemented Interfaces:
DataObject, DigitalObject, Serializable

public class DigitalObjectImpl1
extends DataObjectImpl1
implements DigitalObject, Serializable
An implementation of a DigitalObject as a Set of InputStreams
Since:
12-Sep-2021 14:01:03
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
    • bytes

      The internal value for the Set of Bit Sequences which make up the DigitalObject..
  • Constructor Details

    • DigitalObjectImpl1

      public DigitalObjectImpl1()
      Constructor for Digital object - creates empty Set as a LinkedHashSet.
  • Method Details

    • getDigital

      public Set<InputStream> getDigital()
      Returns:
      The set of byte sequences which make up the DigitalObject.
    • setDigital

      public void setDigital​(Set<InputStream> sd)
      Set the set of byte sequences.
      Parameters:
      sd - The Set of byte sequences which make up the DigitalObject.