Class DataObjectIdImpl1
java.lang.Object
info.oais.implementation.infomodel.IdentifierImpl1
info.oais.implementation.infomodel.identifiers.DataObjectIdImpl1
- All Implemented Interfaces:
Identifier
,DataObjectId
,Serializable
public class DataObjectIdImpl1 extends IdentifierImpl1 implements DataObjectId, Serializable
- Author:
- David
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description (package private) URI
m_URI
The internal value for the URI.private static long
serialVersionUID
For object serialization -
Constructor Summary
Constructors Constructor Description DataObjectIdImpl1()
-
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor object serialization- See Also:
- Constant Field Values
-
m_URI
URI m_URIThe internal value for the URI.
-
-
Constructor Details
-
DataObjectIdImpl1
public DataObjectIdImpl1()
-
-
Method Details
-
getURI
Get the URI for the DataObject "return URI for the DataObject- Specified by:
getURI
in interfaceIdentifier
- Overrides:
getURI
in classIdentifierImpl1
- Returns:
- URI for the object - if available, otherwise return null.
-
setURI
Set the URI for the DataObject- Specified by:
setURI
in interfaceIdentifier
- Overrides:
setURI
in classIdentifierImpl1
- Parameters:
uri
- URI for the DataObject
-