Class PersistentIdentifierImpl1
java.lang.Object
info.oais.implementation.infomodel.IdentifierImpl1
info.oais.implementation.infomodel.PersistentIdentifierImpl1
- All Implemented Interfaces:
Identifier
,PersistentIdentifier
,Serializable
- Direct Known Subclasses:
UniquePersistentIdentifierImpl1
public class PersistentIdentifierImpl1 extends IdentifierImpl1 implements PersistentIdentifier, Serializable
An implementation of PersistentIdentifier - no additional methods.
- Since:
- 12-Sep-2021 14:03:31
- Version:
- 1.0
- Author:
- David
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
For object serializationFields inherited from class info.oais.implementation.infomodel.IdentifierImpl1
m_uri
-
Constructor Summary
Constructors Constructor Description PersistentIdentifierImpl1()
Constructor for the Persistent Identifier. -
Method Summary
Methods inherited from class info.oais.implementation.infomodel.IdentifierImpl1
getURI, setURI
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface info.oais.interfaces.infomodel.Identifier
getURI, setURI
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor object serialization- See Also:
- Constant Field Values
-
-
Constructor Details
-
PersistentIdentifierImpl1
public PersistentIdentifierImpl1()Constructor for the Persistent Identifier.
-