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

java.lang.Object
  extended by com.ibm.di.connector.disb.model.Relationship

public class Relationship
extends 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
 String getRelationShipType()
           
 String getSource()
           
 com.ibm.tivoli.namereconciliation.guid.Guid[] getSourceTargetElementIndex(String[] configurationIds, ConfigurationItem[] configArray)
           
 String getTarget()
           
 void setRelationShipType(String relationShipType)
           
 void setSource(String source)
           
 void setTarget(String target)
           
 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 String getSource()
Returns:
the source

setSource

public void setSource(String source)
Parameters:
source - the source to set

getTarget

public String getTarget()
Returns:
the target

setTarget

public void setTarget(String target)
Parameters:
target - the target to set

getRelationShipType

public String getRelationShipType()
Returns:
the relationShipType

setRelationShipType

public void setRelationShipType(String relationShipType)
Parameters:
relationShipType - the relationShipType to set

toString

public String toString()
Overrides:
toString in class Object

getSourceTargetElementIndex

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