edu.iastate.metnet.hibernate
Class Interactionproperties

java.lang.Object
  extended by edu.iastate.metnet.hibernate.AbstractInteractionproperties
      extended by edu.iastate.metnet.hibernate.Interactionproperties
All Implemented Interfaces:
java.io.Serializable

public class Interactionproperties
extends AbstractInteractionproperties
implements java.io.Serializable

A class that represents a row in the 'interactionproperties' table. This class may be customized as it is never re-generated after being created.

See Also:
Serialized Form

Constructor Summary
Interactionproperties()
          Simple constructor of Interactionproperties instances.
Interactionproperties(java.lang.Integer blockid)
          Constructor of Interactionproperties instances given a simple primary key.
 
Method Summary
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractInteractionproperties
equals, getBlockid, getEnzyme, getKi, getKm, getSubtype, getVmax, hashCode, setBlockid, setEnzyme, setKi, setKm, setSubtype, setVmax
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interactionproperties

public Interactionproperties()
Simple constructor of Interactionproperties instances.


Interactionproperties

public Interactionproperties(java.lang.Integer blockid)
Constructor of Interactionproperties instances given a simple primary key.

Parameters:
blockid -