org.biomoby.client.taverna.plugin
Class MobyServiceTreeNode

java.lang.Object
  extended by org.biomoby.client.taverna.plugin.MobyServiceTreeNode

public class MobyServiceTreeNode
extends java.lang.Object


Constructor Summary
MobyServiceTreeNode(java.lang.String name, java.lang.String description)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MobyServiceTreeNode

public MobyServiceTreeNode(java.lang.String name,
                           java.lang.String description)
Parameters:
name - - the name of the Moby Service
description - - the description of the Moby Service
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getDescription

public java.lang.String getDescription()