uk.ac.ncl.cs.instantsoap.python
Class ScriptMetaData

java.lang.Object
  extended by uk.ac.ncl.cs.instantsoap.python.ScriptMetaData

public class ScriptMetaData
extends Object

Created by IntelliJ IDEA. User: nmrp3 Date: 03-Aug-2008 Time: 19:58:26 To change this template use File | Settings | File Templates.


Constructor Summary
ScriptMetaData()
           
 
Method Summary
 boolean equals(Object o)
           
 MetaData getDescription()
           
 Set<MetaData> getInputs()
           
 Set<MetaData> getOutputs()
           
 int hashCode()
           
 void setDescription(MetaData description)
           
 void setInputs(Set<MetaData> inputs)
           
 void setOutputs(Set<MetaData> outputs)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptMetaData

public ScriptMetaData()
Method Detail

getDescription

public MetaData getDescription()

setDescription

public void setDescription(MetaData description)

getInputs

public Set<MetaData> getInputs()

setInputs

public void setInputs(Set<MetaData> inputs)

getOutputs

public Set<MetaData> getOutputs()

setOutputs

public void setOutputs(Set<MetaData> outputs)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2008. All Rights Reserved.