|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
com.softwareag.centrasite.appl.framework.beans.standard.impl.AssociationImpl
public class AssociationImpl
Constructor Summary | |
---|---|
AssociationImpl()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
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. |
int |
hashCode()
|
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 |
setConfirmed(boolean confirmed)
Sets the complete confirmation status |
void |
setConfirmedBySourceOwner(boolean confirmedBySourceOwner)
Sets if the Association has been confirmed by it's source owner |
void |
setConfirmedByTargetOwner(boolean confirmedByTargetOwner)
Sets if the Association has been confirmed by it's target owner |
void |
setExtramural(boolean extramural)
Sets if the Association is extramural |
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 class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl |
---|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSlots, getSubmittingOrganization, setAssociatedObjects, setAssociations, setAuditTrail, setClassifications, setExternalIdentifiers, setExternalLinks, setObjectType, setRegistryPackages, setSlots, setSubmittingOrganization |
Methods inherited from class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean |
---|
getCheckpointName, getDescription, getIdentity, getKey, getName, isRevision, setCheckpointName, setDescription, setIdentity, setKey, setName, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
---|
public AssociationImpl()
Method Detail |
---|
public Concept getAssociationType()
getAssociationType
in interface Association
public RegistryBean getSourceObject()
getSourceObject
in interface Association
public RegistryBean getTargetObject()
getTargetObject
in interface Association
public boolean isConfirmed()
isConfirmed
in interface Association
public boolean isConfirmedBySourceOwner()
isConfirmedBySourceOwner
in interface Association
public boolean isConfirmedByTargetOwner()
isConfirmedByTargetOwner
in interface Association
public boolean isExtramural()
isExtramural
in interface Association
public void setAssociationType(Concept associationType)
setAssociationType
in interface Association
public void setSourceObject(RegistryBean srcObject)
setSourceObject
in interface Association
public void setTargetObject(RegistryBean targetObject)
setTargetObject
in interface Association
public boolean equals(java.lang.Object other)
equals
in class RegistryObjectImpl
public int hashCode()
hashCode
in class RegistryObjectImpl
public void setConfirmed(boolean confirmed)
confirmed
- public void setConfirmedBySourceOwner(boolean confirmedBySourceOwner)
confirmedBySourceOwner
- public void setExtramural(boolean extramural)
extramural
- public void setConfirmedByTargetOwner(boolean confirmedByTargetOwner)
confirmedByTargetOwner
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |