gov.nasa.pds.registry.model
Class ExternalLink
java.lang.Object
gov.nasa.pds.registry.model.Identifiable
gov.nasa.pds.registry.model.RegistryObject
gov.nasa.pds.registry.model.ExternalLink
- All Implemented Interfaces:
- Serializable
@Entity
public class ExternalLink
- extends RegistryObject
ExternalLinks use URIs to associate content in the registry with content that
MAY reside outside the registry. For example, an organization submitting
an XML Schema could use an ExternalLink to associate the XML Schema with
the organization's home page.
- Author:
- pramirez
- See Also:
- Serialized Form
Methods inherited from class gov.nasa.pds.registry.model.RegistryObject |
getClassifications, getDescription, getExternalIdentifiers, getLid, getName, getObjectType, getStatus, getVersionName, setClassifications, setDescription, setExternalIdentifiers, setLid, setName, setObjectType, setStatus, setVersionName |
ExternalLink
public ExternalLink()
getExternalURI
public URI getExternalURI()
setExternalURI
public void setExternalURI(URI externalURI)
hashCode
public int hashCode()
- Overrides:
hashCode
in class RegistryObject
equals
public boolean equals(Object obj)
- Overrides:
equals
in class RegistryObject
Copyright © 2010–2015 Planetary Data System. All rights reserved.