Class IdentifierImpl1
java.lang.Object
info.oais.implementation.infomodel.IdentifierImpl1
- All Implemented Interfaces:
- Identifier,- Serializable
- Direct Known Subclasses:
- DataObjectIdImpl1,- DigitalObjectIdImpl1,- LocationImpl1,- PersistentIdentifierImpl1,- RepInfoIdImpl1
public class IdentifierImpl1 extends Object implements Identifier, Serializable
An implementation of an Identifier as a URI.
- Since:
- 11-Sep-2021 22:45:26
- Version:
- 1.0
- Author:
- David
- See Also:
- Serialized Form
- 
Field SummaryFields Modifier and Type Field Description (package private) URIm_uriThe internal value for the URI..private static longserialVersionUIDSerialVersionUID to use when object is serialized.
- 
Constructor SummaryConstructors Constructor Description IdentifierImpl1()Constructor for Identifier
- 
Method Summary
- 
Field Details- 
serialVersionUIDprivate static final long serialVersionUIDSerialVersionUID to use when object is serialized.- See Also:
- Constant Field Values
 
- 
m_uriURI m_uriThe internal value for the URI..
 
- 
- 
Constructor Details- 
IdentifierImpl1public IdentifierImpl1()Constructor for Identifier
 
- 
- 
Method Details- 
getURIIf available this returns the URI which identifies the object.- Specified by:
- getURIin interface- Identifier
- Returns:
- URI for the object - if available, otherwise return null.
 
- 
setURIIf available this returns the URI which identifies the object.- Specified by:
- setURIin interface- Identifier
- Parameters:
- uri- the URI for the object.
 
 
-