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, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotsclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddAssociation, 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, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotspublic AssociationImpl(LifeCycleManager lifeCycleManager)
public AssociationImpl(LifeCycleManager lifeCycleManager, InternationalString n)
public Concept getAssociationType() throws JAXRException
getAssociationType in interface AssociationJAXRExceptionpublic RegistryObject getSourceObject() throws JAXRException
getSourceObject in interface AssociationJAXRExceptionpublic RegistryObject getTargetObject() throws JAXRException
getTargetObject in interface AssociationJAXRExceptionpublic boolean isConfirmed()
throws JAXRException
isConfirmed in interface AssociationJAXRExceptionpublic boolean isConfirmedBySourceOwner()
throws JAXRException
isConfirmedBySourceOwner in interface AssociationJAXRExceptionpublic boolean isConfirmedByTargetOwner()
throws JAXRException
isConfirmedByTargetOwner in interface AssociationJAXRExceptionpublic boolean isExtramural()
throws JAXRException
isExtramural in interface AssociationJAXRExceptionpublic void setAssociationType(Concept concept) throws JAXRException
setAssociationType in interface AssociationJAXRExceptionpublic void setSourceObject(RegistryObject ro) throws JAXRException
setSourceObject in interface AssociationJAXRExceptionpublic void setTargetObject(RegistryObject ro) throws JAXRException
setTargetObject in interface AssociationJAXRExceptionpublic Key getKey()
getKey in interface RegistryObjectgetKey in class RegistryObjectImplpublic 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.