public class ExternalLinkImpl extends RegistryObjectImpl implements ExternalLink
Constructor and Description |
---|
ExternalLinkImpl(LifeCycleManager lifeCycleManager)
Creates a new instance of ExternalLinkImpl
|
Modifier and Type | Method and Description |
---|---|
void |
addLinkedObject(RegistryObject obj) |
String |
getExternalURI() |
Collection |
getLinkedObjects() |
boolean |
getValidateURI() |
void |
removeLinkedObject(RegistryObject obj) |
void |
setExternalURI(String str) |
void |
setValidateURI(boolean param) |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, equals, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, hashCode, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
public ExternalLinkImpl(LifeCycleManager lifeCycleManager)
public String getExternalURI() throws JAXRException
getExternalURI
in interface ExternalLink
JAXRException
public Collection getLinkedObjects() throws JAXRException
getLinkedObjects
in interface ExternalLink
JAXRException
public boolean getValidateURI() throws JAXRException
getValidateURI
in interface URIValidator
JAXRException
public void setExternalURI(String str) throws JAXRException
setExternalURI
in interface ExternalLink
JAXRException
public void setValidateURI(boolean param) throws JAXRException
setValidateURI
in interface URIValidator
JAXRException
public void addLinkedObject(RegistryObject obj)
public void removeLinkedObject(RegistryObject obj)
Copyright © 2018 JBoss by Red Hat. All rights reserved.