org.gcube.datatransformation.datatransformationlibrary.model
Class TargetHandlerDesc

java.lang.Object
  extended by org.gcube.datatransformation.datatransformationlibrary.model.TargetHandlerDesc

public class TargetHandlerDesc
extends Object

Author:
Dimitris Katris, NKUA

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

TargetHandlerDesc

public TargetHandlerDesc()
Instantiates a new TargetHandlerDesc.


TargetHandlerDesc

public TargetHandlerDesc(String targetID,
                         String thisID,
                         String type)
Instantiates a new TargetHandlerDesc.

Parameters:
targetID - The target handler id.
thisID - This handler id.
type - The type of the handler.
Method Detail

getTargetID

public String getTargetID()
Returns the id of the target data handler.

Returns:
The id of the target data handler.

setTargetID

public void setTargetID(String targetID)
Sets the id of the target data handler.

Parameters:
targetID - the id of the target data handler.

getThisID

public String getThisID()
Returns the id of this transformationUnit units data handler.

Returns:
The id of this transformationUnit units data handler.

setThisID

public void setThisID(String thisID)
Sets the id of this transformationUnit units data handler.

Parameters:
thisID - The id of this transformationUnit units data handler.

getType

public String getType()
Returns the type of the data handler.

Returns:
The type of the data handler.

setType

public void setType(String type)
Sets the type of the data handler.

Parameters:
type - the type of the data handler.


Copyright © 2013. All Rights Reserved.