gov.nasa.pds.registry.model
Class ExternalLink

java.lang.Object
  extended by gov.nasa.pds.registry.model.Identifiable
      extended by gov.nasa.pds.registry.model.RegistryObject
          extended by 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 Summary
ExternalLink()
           
 
Method Summary
 boolean equals(Object obj)
           
 URI getExternalURI()
           
 int hashCode()
           
 void setExternalURI(URI externalURI)
           
 
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
 
Methods inherited from class gov.nasa.pds.registry.model.Identifiable
addSlot, getGuid, getHome, getSlot, getSlots, setGuid, setHome, setSlots
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalLink

public ExternalLink()
Method Detail

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.