public class RegistryObjectImpl extends ExtensibleObjectImpl implements RegistryObject
Constructor and Description |
---|
RegistryObjectImpl(LifeCycleManager lifeCycleManager) |
RegistryObjectImpl(LifeCycleManager lifeCycleManager,
InternationalString n) |
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
public RegistryObjectImpl(LifeCycleManager lifeCycleManager)
public RegistryObjectImpl(LifeCycleManager lifeCycleManager, InternationalString n)
public Key getKey()
getKey
in interface RegistryObject
public InternationalString getDescription()
getDescription
in interface RegistryObject
public void setDescription(InternationalString description)
setDescription
in interface RegistryObject
public InternationalString getName()
getName
in interface RegistryObject
public void setName(InternationalString name)
setName
in interface RegistryObject
public void setKey(Key k)
setKey
in interface RegistryObject
public String toXML() throws JAXRException
toXML
in interface RegistryObject
JAXRException
public void addClassification(Classification classification)
addClassification
in interface RegistryObject
public void addClassifications(Collection collection)
addClassifications
in interface RegistryObject
public void removeClassification(Classification classification)
removeClassification
in interface RegistryObject
public void removeClassifications(Collection collection)
removeClassifications
in interface RegistryObject
public Collection getClassifications()
getClassifications
in interface RegistryObject
public void setClassifications(Collection collection)
setClassifications
in interface RegistryObject
public void addAssociation(Association association) throws JAXRException
addAssociation
in interface RegistryObject
association
- association to addJAXRException
public void addAssociations(Collection collection) throws JAXRException
addAssociations
in interface RegistryObject
JAXRException
public Collection<Association> getAssociations() throws JAXRException
getAssociations
in interface RegistryObject
JAXRException
public void setAssociations(Collection collection)
setAssociations
in interface RegistryObject
public void removeAssociation(Association association)
removeAssociation
in interface RegistryObject
public void removeAssociations(Collection collection)
removeAssociations
in interface RegistryObject
public void addExternalIdentifier(ExternalIdentifier externalIdentifier)
addExternalIdentifier
in interface RegistryObject
public void addExternalIdentifiers(Collection collection)
addExternalIdentifiers
in interface RegistryObject
public void removeExternalIdentifier(ExternalIdentifier externalIdentifier)
removeExternalIdentifier
in interface RegistryObject
public void removeExternalIdentifiers(Collection collection)
removeExternalIdentifiers
in interface RegistryObject
public Collection<ExternalIdentifier> getExternalIdentifiers()
getExternalIdentifiers
in interface RegistryObject
public void setExternalIdentifiers(Collection collection)
setExternalIdentifiers
in interface RegistryObject
public void addExternalLink(ExternalLink externalLink)
addExternalLink
in interface RegistryObject
public void addExternalLinks(Collection collection)
addExternalLinks
in interface RegistryObject
public void removeExternalLink(ExternalLink externalLink)
removeExternalLink
in interface RegistryObject
public void removeExternalLinks(Collection collection)
removeExternalLinks
in interface RegistryObject
public Collection<ExternalLink> getExternalLinks()
getExternalLinks
in interface RegistryObject
public void setExternalLinks(Collection collection)
setExternalLinks
in interface RegistryObject
public Organization getSubmittingOrganization()
getSubmittingOrganization
in interface RegistryObject
public LifeCycleManager getLifeCycleManager()
getLifeCycleManager
in interface RegistryObject
public boolean equals(Object obj)
public Collection getAuditTrail() throws JAXRException
getAuditTrail
in interface RegistryObject
JAXRException
public Collection getAssociatedObjects() throws JAXRException
getAssociatedObjects
in interface RegistryObject
JAXRException
public Concept getObjectType() throws JAXRException
getObjectType
in interface RegistryObject
JAXRException
public Collection getRegistryPackages() throws JAXRException
getRegistryPackages
in interface RegistryObject
JAXRException
Copyright © 2018 JBoss by Red Hat. All rights reserved.