pid
Class PathwayComponent

java.lang.Object
  extended by pid.PathwayComponent
All Implemented Interfaces:
java.io.Serializable

public class PathwayComponent
extends java.lang.Object
implements java.io.Serializable

A step in a pathway, pointing to an interaction.

Author:
Samuel Croset
See Also:
Serialized Form

Field Summary
private  java.lang.String interaction_idref
           
 
Constructor Summary
PathwayComponent()
           
 
Method Summary
 java.lang.String getInteraction_idref()
           
 void setInteraction_idref(java.lang.String interaction_idref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interaction_idref

private java.lang.String interaction_idref
Constructor Detail

PathwayComponent

public PathwayComponent()
Method Detail

setInteraction_idref

public void setInteraction_idref(java.lang.String interaction_idref)

getInteraction_idref

public java.lang.String getInteraction_idref()
Returns:
the id of the interaction.