edu.iastate.metnet.hibernate
Class AbstractHistoryFlatPathway

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

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

hibernate class

Author:
Jie Li
See Also:
Serialized Form

Constructor Summary
AbstractHistoryFlatPathway()
          Simple constructor of AbstractBlockunit instances.
AbstractHistoryFlatPathway(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.String getDataSource()
           
 java.util.Date getInsertTime()
           
 java.lang.String getInteractionList()
           
 java.lang.String getLocation()
           
 java.lang.String getName()
           
 java.lang.String getOrganism()
           
 java.lang.Integer getRecordId()
           
 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 setDataSource(java.lang.String dataSource)
           
 void setInsertTime(java.util.Date insertTime)
           
 void setInteractionList(java.lang.String interactionList)
           
 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 setUsername(java.lang.String username)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractHistoryFlatPathway

public AbstractHistoryFlatPathway()
Simple constructor of AbstractBlockunit instances.


AbstractHistoryFlatPathway

public AbstractHistoryFlatPathway(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

getInteractionList

public java.lang.String getInteractionList()
Returns:
the interactionList

setInteractionList

public void setInteractionList(java.lang.String interactionList)
Parameters:
interactionList - the interactionList to set