eu.larkc.core.data.workflow
Class SourceNode

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

public class SourceNode
extends java.lang.Object

This class represents the information for a source.

Author:
norlan

Constructor Summary
SourceNode()
          Constructor.
 
Method Summary
 java.lang.String getPluginId()
          Getter.
 java.lang.String getSinkId()
          Getter.
 void setPluginId(java.lang.String pluginId)
          Sets the plugin ID.
 void setSinkId(java.lang.String sinkId)
          Setter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceNode

public SourceNode()
Constructor.

Method Detail

setPluginId

public void setPluginId(java.lang.String pluginId)
Sets the plugin ID.

Parameters:
pluginId - the plugin ID.

getPluginId

public java.lang.String getPluginId()
Getter. Retrieves the pluginIds.

Returns:
the pluginIds

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