|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.hibernate.AbstractInteractionproperties
public abstract class AbstractInteractionproperties
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.
| 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 |
|---|
public AbstractInteractionproperties()
public AbstractInteractionproperties(java.lang.Integer blockid)
blockid - | Method Detail |
|---|
public java.lang.Integer getBlockid()
public void setBlockid(java.lang.Integer blockid)
blockid - public java.lang.String getEnzyme()
public void setEnzyme(java.lang.String enzyme)
enzyme - public java.lang.String getSubtype()
public void setSubtype(java.lang.String subtype)
subtype - public java.lang.Double getVmax()
public void setVmax(java.lang.Double vmax)
vmax - public java.lang.Double getKm()
public void setKm(java.lang.Double km)
km - public java.lang.Double getKi()
public void setKi(java.lang.Double ki)
ki - public boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectrhs -
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||