edu.iastate.metnet.hibernate
Class AbstractHistoryFlatInteraction

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

public class AbstractHistoryFlatInteraction
extends java.lang.Object
implements java.io.Serializable

hibernate class

Author:
Jie Li
See Also:
Serialized Form

Constructor Summary
AbstractHistoryFlatInteraction()
          Simple constructor of AbstractBlockunit instances.
AbstractHistoryFlatInteraction(java.lang.Integer recordId)
          Simple constructor of AbstractBlockunit instances.
 
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.String getAracycId()
           
 java.lang.Integer getBlockId()
           
 java.lang.Double getConfidence()
           
 java.lang.Integer getControlEbid()
           
 java.lang.String getDataSource()
           
 java.lang.String getEc()
           
 java.util.Date getInsertTime()
           
 java.lang.String getInteractionType()
           
 java.lang.String getLeftPart()
           
 java.lang.String getLocation()
           
 java.lang.String getName()
           
 java.lang.String getOrganism()
           
 java.lang.Integer getRecordId()
           
 java.lang.Double getReversal()
           
 java.lang.String getRightPart()
           
 java.lang.Double getStrength()
           
 java.lang.Double getTimeScale()
           
 java.lang.String getUsername()
           
 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 setAracycId(java.lang.String aracycId)
           
 void setBlockId(java.lang.Integer blockId)
           
 void setConfidence(java.lang.Double confidence)
           
 void setControlEbid(java.lang.Integer controlEbid)
           
 void setDataSource(java.lang.String dataSource)
           
 void setEc(java.lang.String ec)
           
 void setInsertTime(java.util.Date insertTime)
           
 void setInteractionType(java.lang.String interactionType)
           
 void setLeftPart(java.lang.String leftPart)
           
 void setLocation(java.lang.String location)
           
 void setName(java.lang.String name)
           
 void setOrganism(java.lang.String organism)
           
 void setRecordId(java.lang.Integer recordId)
           
 void setReversal(java.lang.Double reversal)
           
 void setRightPart(java.lang.String rightPart)
           
 void setStrength(java.lang.Double strength)
           
 void setTimeScale(java.lang.Double timeScale)
           
 void setUsername(java.lang.String username)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractHistoryFlatInteraction

public AbstractHistoryFlatInteraction()
Simple constructor of AbstractBlockunit instances.


AbstractHistoryFlatInteraction

public AbstractHistoryFlatInteraction(java.lang.Integer recordId)
Simple constructor of AbstractBlockunit instances.

Parameters:
recordId - the record id
Method Detail

getAracycId

public java.lang.String getAracycId()
Returns:
the aracycId

setAracycId

public void setAracycId(java.lang.String aracycId)
Parameters:
aracycId - the aracycId to set

getBlockId

public java.lang.Integer getBlockId()
Returns:
the blockId

setBlockId

public void setBlockId(java.lang.Integer blockId)
Parameters:
blockId - the blockId to set

getDataSource

public java.lang.String getDataSource()
Returns:
the dataSource

setDataSource

public void setDataSource(java.lang.String dataSource)
Parameters:
dataSource - the dataSource to set

getInsertTime

public java.util.Date getInsertTime()
Returns:
the insertTime

setInsertTime

public void setInsertTime(java.util.Date insertTime)
Parameters:
insertTime - the insertTime to set

getLocation

public java.lang.String getLocation()
Returns:
the location

setLocation

public void setLocation(java.lang.String location)
Parameters:
location - the location to set

getName

public java.lang.String getName()
Returns:
the name

setName

public void setName(java.lang.String name)
Parameters:
name - the name to set

getOrganism

public java.lang.String getOrganism()
Returns:
the organism

setOrganism

public void setOrganism(java.lang.String organism)
Parameters:
organism - the organism to set

getRecordId

public java.lang.Integer getRecordId()
Returns:
the recordId

setRecordId

public void setRecordId(java.lang.Integer recordId)
Parameters:
recordId - the recordId to set

getUsername

public java.lang.String getUsername()
Returns:
the username

setUsername

public void setUsername(java.lang.String username)
Parameters:
username - the username to set

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 - the other instance
Returns:
boolean true if equal, false if not

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:
hash value

getConfidence

public java.lang.Double getConfidence()
Returns:
the confidence

setConfidence

public void setConfidence(java.lang.Double confidence)
Parameters:
confidence - the confidence to set

getEc

public java.lang.String getEc()
Returns:
the ec

setEc

public void setEc(java.lang.String ec)
Parameters:
ec - the ec to set

getInteractionType

public java.lang.String getInteractionType()
Returns:
the interactionType

setInteractionType

public void setInteractionType(java.lang.String interactionType)
Parameters:
interactionType - the interactionType to set

getLeftPart

public java.lang.String getLeftPart()
Returns:
the leftPart

setLeftPart

public void setLeftPart(java.lang.String leftPart)
Parameters:
leftPart - the leftPart to set

getReversal

public java.lang.Double getReversal()
Returns:
the reversal

setReversal

public void setReversal(java.lang.Double reversal)
Parameters:
reversal - the reversal to set

getRightPart

public java.lang.String getRightPart()
Returns:
the rightPart

setRightPart

public void setRightPart(java.lang.String rightPart)
Parameters:
rightPart - the rightPart to set

getStrength

public java.lang.Double getStrength()
Returns:
the strength

setStrength

public void setStrength(java.lang.Double strength)
Parameters:
strength - the strength to set

getTimeScale

public java.lang.Double getTimeScale()
Returns:
the timeScale

setTimeScale

public void setTimeScale(java.lang.Double timeScale)
Parameters:
timeScale - the timeScale to set

getControlEbid

public java.lang.Integer getControlEbid()
Returns:
the controlEbid

setControlEbid

public void setControlEbid(java.lang.Integer controlEbid)
Parameters:
controlIbid - the controlEbid to set