public final class DataLink extends Object
Modifier and Type | Method and Description |
---|---|
String |
getID()
Retrieve the link identifier.
|
FieldType |
getSourceField()
Retrieve the source field.
|
Integer |
getSourceUniqueID()
Unique ID of the source object.
|
FieldType |
getTargetField()
Retrieve the target field.
|
Integer |
getTargetUniqueID()
Retrieve the unique ID of the target object.
|
void |
setSourceField(FieldType sourceField)
Set the source field.
|
void |
setSourceUniqueID(Integer sourceUniqueID)
Set the unique ID of the source object.
|
void |
setTargetField(FieldType targetField)
Set the target field.
|
void |
setTargetUniqueID(Integer targetUniqueID)
Set the unique ID of the target object.
|
String |
toString() |
public DataLink(String id)
id
- identifier for this linkpublic String getID()
public FieldType getSourceField()
public void setSourceField(FieldType sourceField)
sourceField
- source fieldpublic Integer getSourceUniqueID()
public void setSourceUniqueID(Integer sourceUniqueID)
sourceUniqueID
- source object unique IDpublic FieldType getTargetField()
public void setTargetField(FieldType targetField)
targetField
- target fieldpublic Integer getTargetUniqueID()
public void setTargetUniqueID(Integer targetUniqueID)
targetUniqueID
- target object unique IDCopyright © 2000–2024 Packwood Software. All rights reserved.