com.ibm.di.connector.disb.model
Class Relationship

java.lang.Object
  extended by com.ibm.di.connector.disb.model.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 Summary
Relationship()
           
 
Method Summary
 java.lang.String getRelationShipType()
           
 java.lang.String getSource()
           
 com.ibm.tivoli.namereconciliation.guid.Guid[] getSourceTargetElementIndex(java.lang.String[] configurationIds, ConfigurationItem[] configArray)
           
 java.lang.String getTarget()
           
 void setRelationShipType(java.lang.String relationShipType)
           
 void setSource(java.lang.String source)
           
 void setTarget(java.lang.String target)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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)