public interface Association extends RegistryObject
RagistryBean
interface that represents the JAXR Association
.Modifier and Type | Method and Description |
---|---|
Concept |
getAssociationType()
Gets the association type for this Association.
|
RegistryBean |
getSourceObject()
Gets the Object that is the source of this Association.
|
RegistryBean |
getTargetObject()
Gets the Object that is the target of this Association.
|
boolean |
isConfirmed()
Determines whether an Association has been confirmed completely.
|
boolean |
isConfirmedBySourceOwner()
Determines whether an Association has been confirmed by the owner of the source object.
|
boolean |
isConfirmedByTargetOwner()
Determines whether an Association has been confirmed by the owner of the target object.
|
boolean |
isExtramural()
Determines whether an Association is extramural or not.
|
void |
setAssociationType(Concept associationType)
Sets the association type for this Association.
|
void |
setSourceObject(RegistryBean srcObject)
Sets the Object that is the source of this Association.
|
void |
setTargetObject(RegistryBean targetObject)
Sets the Object that is the target of this Association.
|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization
getDescription, getKey, getName, setDescription, setName
getSlots, setSlots
Concept getAssociationType()
void setAssociationType(Concept associationType)
associationType
- the association type object.RegistryBean getSourceObject()
RegistryBean
.void setSourceObject(RegistryBean srcObject)
srcObject
- the source object of type RegistryBean
.RegistryBean getTargetObject()
RegistryBean
void setTargetObject(RegistryBean targetObject)
targetObject
- the registry bean object.boolean isConfirmed()
boolean isConfirmedBySourceOwner()
true
if it is confirmed by source owner.boolean isConfirmedByTargetOwner()
true
if it is confirmed by target owner.boolean isExtramural()
true
if it is extramural.