eu.larkc.core.data.workflow
Class SinkNode

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

public class SinkNode
extends java.lang.Object

This class represents the information for a source.

Author:
norlan

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

Constructor Detail

SinkNode

public SinkNode()
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 pluginId.

Returns:
the pluginId