com.ibm.di.connector.disb.model
Class Relationship
java.lang.Object
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Relationship
public Relationship ()
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)