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 Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
For object serialization. -
Constructor Summary
Constructors Constructor Description FixityEncodingImpl1()
-
Method Summary
Methods inherited from class info.oais.implementation.infomodel.InformationObjectImpl1
finalize, getDataObject, getDataObjectId, getIdentifier, getRepInfoId, getRepresentationInformation, setDataObject, setDataObject, setIdentifier, setRepInfoId, setRepresentationInformation
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface info.oais.interfaces.infomodel.InformationObject
getDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformation
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor object serialization.- See Also:
- Constant Field Values
-
-
Constructor Details
-
FixityEncodingImpl1
public FixityEncodingImpl1()
-