edu.iastate.metnet.hibernate
Class AbstractInteractionproperties

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

public abstract class AbstractInteractionproperties
extends java.lang.Object
implements java.io.Serializable

A class that represents a row in the interactionproperties table. You can customize the behavior of this class by editing the class, Interactionproperties(). WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized * by MyEclipse Hibernate tool integration.

See Also:
Serialized Form

Constructor Summary
AbstractInteractionproperties()
          Simple constructor of AbstractInteractionproperties instances.
AbstractInteractionproperties(java.lang.Integer blockid)
          Constructor of AbstractInteractionproperties instances given a simple primary key.
 
Method Summary
 boolean equals(java.lang.Object rhs)
          Implementation of the equals comparison on the basis of equality of the primary key values.
 java.lang.Integer getBlockid()
          Return the simple primary key value that identifies this object.
 java.lang.String getEnzyme()
          Return the value of the Enzyme column.
 java.lang.Double getKi()
          Return the value of the Ki column.
 java.lang.Double getKm()
          Return the value of the Km column.
 java.lang.String getSubtype()
          Return the value of the Subtype column.
 java.lang.Double getVmax()
          Return the value of the Vmax column.
 int hashCode()
          Implementation of the hashCode method conforming to the Bloch pattern with the exception of array properties (these are very unlikely primary key types).
 void setBlockid(java.lang.Integer blockid)
          Set the simple primary key value that identifies this object.
 void setEnzyme(java.lang.String enzyme)
          Set the value of the Enzyme column.
 void setKi(java.lang.Double ki)
          Set the value of the Ki column.
 void setKm(java.lang.Double km)
          Set the value of the Km column.
 void setSubtype(java.lang.String subtype)
          Set the value of the Subtype column.
 void setVmax(java.lang.Double vmax)
          Set the value of the Vmax column.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInteractionproperties

public AbstractInteractionproperties()
Simple constructor of AbstractInteractionproperties instances.


AbstractInteractionproperties

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

Parameters:
blockid -
Method Detail

getBlockid

public java.lang.Integer getBlockid()
Return the simple primary key value that identifies this object.

Returns:
java.lang.Integer

setBlockid

public void setBlockid(java.lang.Integer blockid)
Set the simple primary key value that identifies this object.

Parameters:
blockid -

getEnzyme

public java.lang.String getEnzyme()
Return the value of the Enzyme column.

Returns:
java.lang.String

setEnzyme

public void setEnzyme(java.lang.String enzyme)
Set the value of the Enzyme column.

Parameters:
enzyme -

getSubtype

public java.lang.String getSubtype()
Return the value of the Subtype column.

Returns:
java.lang.String

setSubtype

public void setSubtype(java.lang.String subtype)
Set the value of the Subtype column.

Parameters:
subtype -

getVmax

public java.lang.Double getVmax()
Return the value of the Vmax column.

Returns:
java.lang.Double

setVmax

public void setVmax(java.lang.Double vmax)
Set the value of the Vmax column.

Parameters:
vmax -

getKm

public java.lang.Double getKm()
Return the value of the Km column.

Returns:
java.lang.Double

setKm

public void setKm(java.lang.Double km)
Set the value of the Km column.

Parameters:
km -

getKi

public java.lang.Double getKi()
Return the value of the Ki column.

Returns:
java.lang.Double

setKi

public void setKi(java.lang.Double ki)
Set the value of the Ki column.

Parameters:
ki -

equals

public boolean equals(java.lang.Object rhs)
Implementation of the equals comparison on the basis of equality of the primary key values.

Overrides:
equals in class java.lang.Object
Parameters:
rhs -
Returns:
boolean

hashCode

public int hashCode()
Implementation of the hashCode method conforming to the Bloch pattern with the exception of array properties (these are very unlikely primary key types).

Overrides:
hashCode in class java.lang.Object
Returns:
int