|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.datatransformation.datatransformationlibrary.model.TargetHandlerDesc
public class TargetHandlerDesc
TargetHandlerDesc describes a reference to a data handler of external transformationUnit unit.
| Constructor Summary | |
|---|---|
TargetHandlerDesc()
Instantiates a new TargetHandlerDesc. |
|
TargetHandlerDesc(String targetID,
String thisID,
String type)
Instantiates a new TargetHandlerDesc. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TargetHandlerDesc()
public TargetHandlerDesc(String targetID,
String thisID,
String type)
targetID - The target handler id.thisID - This handler id.type - The type of the handler.| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||