org.biomoby.client.taverna.plugin
Class MobyObjectTreeNode

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

public class MobyObjectTreeNode
extends java.lang.Object


Constructor Summary
MobyObjectTreeNode(java.lang.String name, java.lang.String description)
           
 
Method Summary
 java.lang.String getDescription()
           
 org.biomoby.shared.MobyNamespace[] getNamespaces()
           
 void setNamespaces(org.biomoby.shared.MobyNamespace[] namespaces)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MobyObjectTreeNode

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

toString

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

setNamespaces

public void setNamespaces(org.biomoby.shared.MobyNamespace[] namespaces)

getNamespaces

public org.biomoby.shared.MobyNamespace[] getNamespaces()

getDescription

public java.lang.String getDescription()