com.ibm.di.connector.disb.model
Class Relationship
java.lang.Object
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
Relationship
public Relationship ()
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)