com.softwareag.centrasite.appl.framework.beans.standard
Interface ExternalLink
- All Superinterfaces:
- ExtensibleObject, RegistryBean, RegistryObject, URIValidator
- All Known Implementing Classes:
- ExternalLinkImpl
public interface ExternalLink
- extends RegistryObject, URIValidator
Method Summary |
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. |
void |
setExternalURI(java.lang.String uri)
Sets URI for an external resource. |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject |
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization |
getExternalURI
java.lang.String getExternalURI()
- Gets URI to the an external resource.
- Returns:
- String
setExternalURI
void setExternalURI(java.lang.String uri)
- Sets URI for an external resource.
- Parameters:
uri
-
getLinkedObjects
java.util.Collection<RegistryBean> getLinkedObjects()
- Gets the collection of RegistryObjects that are annotated by this ExternalLink.
- Returns:
- Collection