Version: 1.1.1

org.inb.biomoby.shared.ontology
Class Interaction

java.lang.Object
  extended by org.inb.biomoby.shared.message.AbstractMobyElement
      extended by org.inb.biomoby.shared.message.AbstractMobyObject
          extended by org.inb.biomoby.shared.message.MobyObject
              extended by org.inb.biomoby.shared.ontology.Interaction
All Implemented Interfaces:
Serializable

public class Interaction
extends MobyObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
Interaction()
           
 
Method Summary
 void addParticipant(Interactor participant)
           
 MobyObject getMethod()
           
 List<? extends Interactor> getParticipant()
           
 MobyString getResult()
           
 MobyString getResultUnits()
           
 void setMethod(MobyObject method)
           
 void setResult(MobyString result)
           
 void setResultUnits(MobyString resultUnits)
           
 
Methods inherited from class org.inb.biomoby.shared.message.MobyObject
getAttributes, getCrossReference, putAttribute, removeAttribute, removeCrossReference, setCrossReference, toString
 
Methods inherited from class org.inb.biomoby.shared.message.AbstractMobyObject
getMobyId, getNamespace, setMobyId, setNamespace
 
Methods inherited from class org.inb.biomoby.shared.message.AbstractMobyElement
getArticleName, setArticleName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Interaction

public Interaction()
Method Detail

getParticipant

public List<? extends Interactor> getParticipant()

addParticipant

public void addParticipant(Interactor participant)

getMethod

public MobyObject getMethod()

setMethod

public void setMethod(MobyObject method)

getResultUnits

public MobyString getResultUnits()

setResultUnits

public void setResultUnits(MobyString resultUnits)

getResult

public MobyString getResult()

setResult

public void setResult(MobyString result)

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010