org.gcube.datatransformation.datatransformationlibrary.datahandlers.model
Class Output

java.lang.Object
  extended by org.gcube.datatransformation.datatransformationlibrary.datahandlers.model.Output

public class Output
extends Object

The Output is a wrap of a DataSink.

Author:
john.gerbesiotis - DI NKUA

Constructor Summary
Output()
           
Output(String outputType, String outputValue, Parameter[] outputparameters)
           
 
Method Summary
 boolean equals(Object obj)
           
 Parameter[] getOutputparameters()
          Gets the outputparameters value for this Output.
 Parameter getOutputparameters(int i)
           
 String getOutputType()
          Gets the outputType value for this Output.
 String getOutputValue()
          Gets the outputValue value for this Output.
 int hashCode()
           
 void setOutputparameters(int i, Parameter _value)
           
 void setOutputparameters(Parameter[] outputparameters)
          Sets the outputparameters value for this Output.
 void setOutputType(String outputType)
          Sets the outputType value for this Output.
 void setOutputValue(String outputValue)
          Sets the outputValue value for this Output.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Output

public Output()

Output

public Output(String outputType,
              String outputValue,
              Parameter[] outputparameters)
Method Detail

getOutputType

public String getOutputType()
Gets the outputType value for this Output.

Returns:
outputType

setOutputType

public void setOutputType(String outputType)
Sets the outputType value for this Output.

Parameters:
outputType -

getOutputValue

public String getOutputValue()
Gets the outputValue value for this Output.

Returns:
outputValue

setOutputValue

public void setOutputValue(String outputValue)
Sets the outputValue value for this Output.

Parameters:
outputValue -

getOutputparameters

public Parameter[] getOutputparameters()
Gets the outputparameters value for this Output.

Returns:
outputparameters

setOutputparameters

public void setOutputparameters(Parameter[] outputparameters)
Sets the outputparameters value for this Output.

Parameters:
outputparameters -

getOutputparameters

public Parameter getOutputparameters(int i)

setOutputparameters

public void setOutputparameters(int i,
                                Parameter _value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All Rights Reserved.