|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Association
Method Summary | |
---|---|
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. |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject |
---|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.RegistryBean |
---|
getDescription, getKey, getName, setDescription, setName |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.ExtensibleObject |
---|
getSlots, setSlots |
Method Detail |
---|
Concept getAssociationType()
void setAssociationType(Concept associationType)
associationType
- RegistryBean getSourceObject()
void setSourceObject(RegistryBean srcObject)
srcObject
- RegistryBean getTargetObject()
void setTargetObject(RegistryBean targetObject)
targetObject
- boolean isConfirmed()
boolean isConfirmedBySourceOwner()
boolean isConfirmedByTargetOwner()
boolean isExtramural()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |