Package 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
-
-
Constructor Summary
Constructors Constructor Description Relationship()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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()
-
-
-
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 classjava.lang.Object
-
getSourceTargetElementIndex
public com.ibm.tivoli.namereconciliation.guid.Guid[] getSourceTargetElementIndex(java.lang.String[] configurationIds, ConfigurationItem[] configArray)
-
-