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 SummaryFields Modifier and Type Field Description private static longserialVersionUIDFor object serializationFields inherited from class info.oais.implementation.infomodel.IdentifierImpl1m_uri
- 
Constructor SummaryConstructors Constructor Description PersistentIdentifierImpl1()Constructor for the Persistent Identifier.
- 
Method SummaryMethods inherited from class info.oais.implementation.infomodel.IdentifierImpl1getURI, setURIMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface info.oais.interfaces.infomodel.IdentifiergetURI, setURI
- 
Field Details- 
serialVersionUIDprivate static final long serialVersionUIDFor object serialization- See Also:
- Constant Field Values
 
 
- 
- 
Constructor Details- 
PersistentIdentifierImpl1public PersistentIdentifierImpl1()Constructor for the Persistent Identifier.
 
-