public class AssociationImpl extends RegistryObjectImpl implements Association
Constructor and Description |
---|
AssociationImpl(LifeCycleManager lifeCycleManager) |
AssociationImpl(LifeCycleManager lifeCycleManager,
InternationalString n) |
Modifier and Type | Method and Description |
---|---|
Concept |
getAssociationType() |
Key |
getKey()
There is an impedance mismatch as specified in the JAXR specification
Section D-11
|
RegistryObject |
getSourceObject() |
RegistryObject |
getTargetObject() |
boolean |
isConfirmed() |
boolean |
isConfirmedBySourceOwner() |
boolean |
isConfirmedByTargetOwner() |
boolean |
isExtramural() |
void |
setAssociationType(Concept concept) |
void |
setConfirmed(boolean b) |
void |
setConfirmedBySourceOwner(boolean b) |
void |
setConfirmedByTargetOwner(boolean b) |
void |
setExtramural(boolean b) |
void |
setSourceObject(RegistryObject ro) |
void |
setTargetObject(RegistryObject ro) |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, equals, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, 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, 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 AssociationImpl(LifeCycleManager lifeCycleManager)
public AssociationImpl(LifeCycleManager lifeCycleManager, InternationalString n)
public Concept getAssociationType() throws JAXRException
getAssociationType
in interface Association
JAXRException
public RegistryObject getSourceObject() throws JAXRException
getSourceObject
in interface Association
JAXRException
public RegistryObject getTargetObject() throws JAXRException
getTargetObject
in interface Association
JAXRException
public boolean isConfirmed() throws JAXRException
isConfirmed
in interface Association
JAXRException
public boolean isConfirmedBySourceOwner() throws JAXRException
isConfirmedBySourceOwner
in interface Association
JAXRException
public boolean isConfirmedByTargetOwner() throws JAXRException
isConfirmedByTargetOwner
in interface Association
JAXRException
public boolean isExtramural() throws JAXRException
isExtramural
in interface Association
JAXRException
public void setAssociationType(Concept concept) throws JAXRException
setAssociationType
in interface Association
JAXRException
public void setSourceObject(RegistryObject ro) throws JAXRException
setSourceObject
in interface Association
JAXRException
public void setTargetObject(RegistryObject ro) throws JAXRException
setTargetObject
in interface Association
JAXRException
public Key getKey()
getKey
in interface RegistryObject
getKey
in class RegistryObjectImpl
public void setConfirmed(boolean b)
public void setConfirmedBySourceOwner(boolean b)
public void setConfirmedByTargetOwner(boolean b)
public void setExtramural(boolean b)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.