eu.larkc.core.data.workflow
Class PipeNode

java.lang.Object
  extended by eu.larkc.core.data.workflow.PipeNode

public class PipeNode
extends java.lang.Object

This class contains all information that is needed and can be extracted out of a workflow description to create a pipe.

Author:
norbert

Constructor Summary
PipeNode()
          Constructor.
 
Method Summary
 java.lang.String getSinkId()
          Getter.
 java.lang.String getSourceId()
          Getter.
 void setSinkId(java.lang.String sinkId)
          Setter.
 void setSourceId(java.lang.String sourceId)
          Setter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipeNode

public PipeNode()
Constructor.

Method Detail

setSourceId

public void setSourceId(java.lang.String sourceId)
Setter. Sets or updates the sourceId to the passed value.

Parameters:
sourceId - the sourceId to set

getSourceId

public java.lang.String getSourceId()
Getter. Retrieves the sourceId.

Returns:
the sourceId

setSinkId

public void setSinkId(java.lang.String sinkId)
Setter. Sets or updates the sinkId to the passed value.

Parameters:
sinkId - the sinkId to set

getSinkId

public java.lang.String getSinkId()
Getter. Retrieves the sinkId.

Returns:
the sinkId