Package 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
 
- 
- 
Constructor SummaryConstructors Constructor Description ExternalLink()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)URIgetExternalURI()inthashCode()voidsetExternalURI(URI externalURI)- 
Methods inherited from class gov.nasa.pds.registry.model.RegistryObjectgetClassifications, getDescription, getExternalIdentifiers, getLid, getName, getObjectType, getStatus, getVersionName, setClassifications, setDescription, setExternalIdentifiers, setLid, setName, setObjectType, setStatus, setVersionName
 
- 
 
- 
- 
- 
Method Detail- 
getExternalURIpublic URI getExternalURI() 
 - 
setExternalURIpublic void setExternalURI(URI externalURI) 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- RegistryObject
 
 - 
equalspublic boolean equals(Object obj) - Overrides:
- equalsin class- RegistryObject
 
 
- 
 
-