edu.iastate.metnet.hibernate
Class AbstractInteraction

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

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

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.

See Also:
Serialized Form

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

AbstractInteraction

public AbstractInteraction()
Simple constructor of AbstractInteraction instances.


AbstractInteraction

public AbstractInteraction(java.lang.Integer blockid)
Constructor of AbstractInteraction 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 -

getType

public java.lang.String getType()
Return the value of the Type column.

Returns:
java.lang.String

setType

public void setType(java.lang.String type)
Set the value of the Type column.

Parameters:
type -

getEc

public java.lang.String getEc()
Return the value of the EC column.

Returns:
java.lang.String

setEc

public void setEc(java.lang.String ec)
Set the value of the EC column.

Parameters:
ec -

getConfidence

public java.lang.Double getConfidence()
Return the value of the Confidence column.

Returns:
java.lang.Double

setConfidence

public void setConfidence(java.lang.Double confidence)
Set the value of the Confidence column.

Parameters:
confidence -

getTimescale

public java.lang.Double getTimescale()
Return the value of the TimeScale column.

Returns:
java.lang.Double

setTimescale

public void setTimescale(java.lang.Double timescale)
Set the value of the TimeScale column.

Parameters:
timescale -

getProreversal

public java.lang.Double getProreversal()
Return the value of the ProReversal column.

Returns:
java.lang.Double

setProreversal

public void setProreversal(java.lang.Double proreversal)
Set the value of the ProReversal column.

Parameters:
proreversal -

getStrength

public java.lang.Double getStrength()
Return the value of the Strength column.

Returns:
java.lang.Double

setStrength

public void setStrength(java.lang.Double strength)
Set the value of the Strength column.

Parameters:
strength -

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