Class Relationship


  • public class Relationship
    extends java.lang.Object


    Note: This class is for internal usage only. Any dependency from the end-user will not be supported. Changes to this class will happen without a warning.
    Since:
    7.1.1
    • Constructor Detail

      • Relationship

        public Relationship()
    • Method Detail

      • getSource

        public java.lang.String getSource()
        Returns:
        the source
      • setSource

        public void setSource​(java.lang.String source)
        Parameters:
        source - the source to set
      • getTarget

        public java.lang.String getTarget()
        Returns:
        the target
      • setTarget

        public void setTarget​(java.lang.String target)
        Parameters:
        target - the target to set
      • getRelationShipType

        public java.lang.String getRelationShipType()
        Returns:
        the relationShipType
      • setRelationShipType

        public void setRelationShipType​(java.lang.String relationShipType)
        Parameters:
        relationShipType - the relationShipType to set
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getSourceTargetElementIndex

        public com.ibm.tivoli.namereconciliation.guid.Guid[] getSourceTargetElementIndex​(java.lang.String[] configurationIds,
                                                                                         ConfigurationItem[] configArray)