public class TargetHandlerDesc extends Object
TargetHandlerDesc describes a reference to a data handler of external transformationUnit unit.
| Constructor and Description |
|---|
TargetHandlerDesc()
Instantiates a new TargetHandlerDesc.
|
TargetHandlerDesc(String targetID,
String thisID,
String type)
Instantiates a new TargetHandlerDesc.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTargetID()
Returns the id of the target data handler.
|
String |
getThisID()
Returns the id of this transformationUnit units data handler.
|
String |
getType()
Returns the type of the data handler.
|
void |
setTargetID(String targetID)
Sets the id of the target data handler.
|
void |
setThisID(String thisID)
Sets the id of this transformationUnit units data handler.
|
void |
setType(String type)
Sets the type of the data handler.
|
public TargetHandlerDesc()
public String getTargetID()
public void setTargetID(String targetID)
targetID - the id of the target data handler.public String getThisID()
public void setThisID(String thisID)
thisID - The id of this transformationUnit units data handler.public String getType()
public void setType(String type)
type - the type of the data handler.Copyright © 2014. All Rights Reserved.