Class Association

  • All Implemented Interfaces:
    Serializable

    @Entity
    public class Association
    extends RegistryObject
    This class allows one to relate a source and target registry object along a named relationship. The source and target can be identified by either the guid or the pairing of a lid vid. The home indicates where the registered originated.
    Author:
    pramirez
    See Also:
    Serialized Form
    • Constructor Detail

      • Association

        public Association()
    • Method Detail

      • getAssociationType

        public String getAssociationType()
        Returns:
        the type of association that exists between the source and target artifact
      • setAssociationType

        public void setAssociationType​(String associationType)
        Parameters:
        associationType - the type of association between the source and target
      • getSourceObject

        public String getSourceObject()
      • setSourceObject

        public void setSourceObject​(String sourceObject)
      • getTargetObject

        public String getTargetObject()
      • setTargetObject

        public void setTargetObject​(String targetObject)