Class FixityEncodingImpl1
java.lang.Object
info.oais.implementation.infomodel.InformationObjectImpl1
info.oais.implementation.infomodel.poss1Fixity.FixityEncodingImpl1
- All Implemented Interfaces:
- InformationObject,- FixityEncoding,- Serializable
public class FixityEncodingImpl1 extends InformationObjectImpl1 implements FixityEncoding, Serializable
This interfaces provides details of the encoding of the fixity e.g. the algorithm used to create the hash.
- Since:
- 06-Sep-2021 16:28:21
- Version:
- 1.0
- Author:
- David
- See Also:
- Serialized Form
- 
Field SummaryFields Modifier and Type Field Description private static longserialVersionUIDFor object serialization.
- 
Constructor SummaryConstructors Constructor Description FixityEncodingImpl1()
- 
Method SummaryMethods inherited from class info.oais.implementation.infomodel.InformationObjectImpl1finalize, getDataObject, 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
 
 
- 
- 
Constructor Details- 
FixityEncodingImpl1public FixityEncodingImpl1()
 
-