edu.iastate.metnet.hibernate
Class Interaction
java.lang.Object
edu.iastate.metnet.hibernate.AbstractInteraction
edu.iastate.metnet.hibernate.Interaction
- All Implemented Interfaces:
- java.io.Serializable
public class Interaction
- extends AbstractInteraction
- implements java.io.Serializable
A class that represents a row in the 'interaction' table. This class may be customized as it is
never re-generated after being created.
- See Also:
- Serialized Form
|
Constructor Summary |
Interaction()
Simple constructor of Interaction instances. |
Interaction(java.lang.Integer blockid)
Constructor of Interaction instances given a simple primary key. |
| Methods inherited from class edu.iastate.metnet.hibernate.AbstractInteraction |
equals, getBlockid, getConfidence, getEc, getProreversal, getStrength, getTimescale, getType, hashCode, setBlockid, setConfidence, setEc, setProreversal, setStrength, setTimescale, setType |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Interaction
public Interaction()
- Simple constructor of Interaction instances.
Interaction
public Interaction(java.lang.Integer blockid)
- Constructor of Interaction instances given a simple primary key.
- Parameters:
blockid -
getPathwayparts
public java.util.Vector getPathwayparts()
- Returns:
- Returns the pathwayparts.
setPathwayparts
public void setPathwayparts(java.util.Vector pathwayparts)
- Parameters:
pathwayparts - The pathwayparts to set.
getParts
public java.util.Vector getParts()
- Returns:
- Returns the parts.
setParts
public void setParts(java.util.Vector parts)
- Parameters:
parts - The parts to set.
getProperties
public Interactionproperties getProperties()
- Returns:
- Returns the properties.
setProperties
public void setProperties(Interactionproperties properties)
- Parameters:
properties - The properties to set.
getLeftPart
public java.util.Vector getLeftPart()
- Returns:
- Returns the leftPart.
setLeftPart
public void setLeftPart(java.util.Vector leftPart)
- Parameters:
leftPart - The leftPart to set.
getRightPart
public java.util.Vector getRightPart()
- Returns:
- Returns the rightPart.
setRightPart
public void setRightPart(java.util.Vector rightPart)
- Parameters:
rightPart - The rightPart to set.
getLeftPartIDList
public java.util.Vector getLeftPartIDList()
getRightPartIDList
public java.util.Vector getRightPartIDList()
getPartsIDList
public java.util.Vector getPartsIDList()