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) URIm_URIThe internal value for the URI.private static longserialVersionUIDFor 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:
 getURIin interfaceIdentifier- Overrides:
 getURIin classIdentifierImpl1- Returns:
 - URI for the object - if available, otherwise return null.
 
 - 
setURI
Set the URI for the DataObject- Specified by:
 setURIin interfaceIdentifier- Overrides:
 setURIin classIdentifierImpl1- Parameters:
 uri- URI for the DataObject
 
 -