|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.hibernate.AbstractInteraction
public abstract class AbstractInteraction
A class that represents a row in the interaction table. You can customize the behavior of this
class by editing the class, Interaction(). WARNING: DO NOT EDIT THIS FILE. This is a
generated file that is synchronized * by MyEclipse Hibernate tool integration.
| Constructor Summary | |
|---|---|
AbstractInteraction()
Simple constructor of AbstractInteraction instances. |
|
AbstractInteraction(java.lang.Integer blockid)
Constructor of AbstractInteraction 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.Double |
getConfidence()
Return the value of the Confidence column. |
java.lang.String |
getEc()
Return the value of the EC column. |
java.lang.Double |
getProreversal()
Return the value of the ProReversal column. |
java.lang.Double |
getStrength()
Return the value of the Strength column. |
java.lang.Double |
getTimescale()
Return the value of the TimeScale column. |
java.lang.String |
getType()
Return the value of the Type 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 |
setConfidence(java.lang.Double confidence)
Set the value of the Confidence column. |
void |
setEc(java.lang.String ec)
Set the value of the EC column. |
void |
setProreversal(java.lang.Double proreversal)
Set the value of the ProReversal column. |
void |
setStrength(java.lang.Double strength)
Set the value of the Strength column. |
void |
setTimescale(java.lang.Double timescale)
Set the value of the TimeScale column. |
void |
setType(java.lang.String type)
Set the value of the Type column. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractInteraction()
public AbstractInteraction(java.lang.Integer blockid)
blockid - | Method Detail |
|---|
public java.lang.Integer getBlockid()
public void setBlockid(java.lang.Integer blockid)
blockid - public java.lang.String getType()
public void setType(java.lang.String type)
type - public java.lang.String getEc()
public void setEc(java.lang.String ec)
ec - public java.lang.Double getConfidence()
public void setConfidence(java.lang.Double confidence)
confidence - public java.lang.Double getTimescale()
public void setTimescale(java.lang.Double timescale)
timescale - public java.lang.Double getProreversal()
public void setProreversal(java.lang.Double proreversal)
proreversal - public java.lang.Double getStrength()
public void setStrength(java.lang.Double strength)
strength - 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 | |||||||||