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 SummaryFields Modifier and Type Field Description (package private) Set<InputStream>bytesThe internal value for the Set of Bit Sequences which make up the DigitalObject..private static longserialVersionUIDFor object serializationFields inherited from class info.oais.implementation.infomodel.DataObjectImpl1m_DigitalObject, m_Identifier, m_PhysicalObject
- 
Constructor SummaryConstructors Constructor Description DigitalObjectImpl1()Constructor for Digital object - creates empty Set as a LinkedHashSet.
- 
Method SummaryModifier and Type Method Description Set<InputStream>getDigital()voidsetDigital(Set<InputStream> sd)Set the set of byte sequences.Methods inherited from class info.oais.implementation.infomodel.DataObjectImpl1getDigitalObject, getIdentifier, getPhysicalObject, setDigitalObject, setIdentifier, setPhysicalObjectMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface info.oais.interfaces.infomodel.DataObjectgetDigitalObject, getIdentifier, getPhysicalObject, setDigitalObject, setIdentifier, setPhysicalObject
- 
Field Details- 
serialVersionUIDprivate static final long serialVersionUIDFor object serialization- See Also:
- Constant Field Values
 
- 
bytesSet<InputStream> bytesThe internal value for the Set of Bit Sequences which make up the DigitalObject..
 
- 
- 
Constructor Details- 
DigitalObjectImpl1public DigitalObjectImpl1()Constructor for Digital object - creates empty Set as a LinkedHashSet.
 
- 
- 
Method Details- 
getDigital- Returns:
- The set of byte sequences which make up the DigitalObject.
 
- 
setDigitalSet the set of byte sequences.- Parameters:
- sd- The Set of byte sequences which make up the DigitalObject.
 
 
-