public class ExternalLinkImpl extends RegistryObjectImpl implements ExternalLink
ExternalLink
.Constructor and Description |
---|
ExternalLinkImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getExternalURI()
Gets URI to the an external resource.
|
java.util.Collection<RegistryBean> |
getLinkedObjects()
Gets the collection of RegistryObjects that are annotated by this ExternalLink.
|
boolean |
getValidateURI()
Gets whether to do URI validation for this object.
|
int |
hashCode() |
void |
setExternalURI(java.lang.String uri)
Sets URI for an external resource.
|
void |
setLinkedObjects(java.util.Collection<RegistryBean> linkedObjects)
Sets the linked objects for this ExternalLink.
|
void |
setValidateURI(boolean validate)
Sets whether to do URI validation for this object.
|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSlots, getSubmittingOrganization, setAssociatedObjects, setAssociations, setAuditTrail, setClassifications, setExternalIdentifiers, setExternalLinks, setObjectType, setRegistryPackages, setSlots, setSubmittingOrganization
getCheckpointName, getDescription, getIdentity, getKey, getName, isRevision, setCheckpointName, setDescription, setIdentity, setKey, setName, toString
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization
getDescription, getKey, getName, setDescription, setName
getSlots, setSlots
public java.lang.String getExternalURI()
getExternalURI
in interface ExternalLink
public java.util.Collection<RegistryBean> getLinkedObjects()
getLinkedObjects
in interface ExternalLink
public void setExternalURI(java.lang.String uri)
setExternalURI
in interface ExternalLink
uri
- the URI for an external resource.public boolean getValidateURI()
getValidateURI
in interface URIValidator
public void setValidateURI(boolean validate)
setValidateURI
in interface URIValidator
validate
- the URI validation.public boolean equals(java.lang.Object other)
equals
in class RegistryObjectImpl
public int hashCode()
hashCode
in class RegistryObjectImpl
public void setLinkedObjects(java.util.Collection<RegistryBean> linkedObjects)
linkedObjects
- the collection of registry objects for this ExternalLink.