edu.iastate.metnet.hibernate
Class AbstractHistoryFlatLiveEntity

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

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

A class that represents a row in the history_flat_live_entity table. You can customize the behavior of this class by editing the class, HistoryFlatLiveEntity().

See Also:
Serialized Form

Constructor Summary
AbstractHistoryFlatLiveEntity()
          Simple constructor of AbstractBlockunit instances.
AbstractHistoryFlatLiveEntity(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.lang.Integer getEntityId()
           
 java.lang.String getEntityType()
           
 java.lang.Integer getFunctionConfidence()
           
 java.util.Date getInsertTime()
           
 java.lang.String getLocation()
           
 java.lang.Integer getLocationConfidence()
           
 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 setEntityId(java.lang.Integer entityId)
           
 void setEntityType(java.lang.String entityType)
           
 void setFunctionConfidence(java.lang.Integer functionConfidence)
           
 void setInsertTime(java.util.Date insertTime)
           
 void setLocation(java.lang.String location)
           
 void setLocationConfidence(java.lang.Integer locationConfidence)
           
 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

AbstractHistoryFlatLiveEntity

public AbstractHistoryFlatLiveEntity()
Simple constructor of AbstractBlockunit instances.


AbstractHistoryFlatLiveEntity

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

getEntityId

public java.lang.Integer getEntityId()
Returns:
the entityId

setEntityId

public void setEntityId(java.lang.Integer entityId)
Parameters:
entityId - the entityId to set

getEntityType

public java.lang.String getEntityType()
Returns:
the entityType

setEntityType

public void setEntityType(java.lang.String entityType)
Parameters:
entityType - the entityType to set

getFunctionConfidence

public java.lang.Integer getFunctionConfidence()
Returns:
the functionConfidence

setFunctionConfidence

public void setFunctionConfidence(java.lang.Integer functionConfidence)
Parameters:
functionConfidence - the functionConfidence 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

getLocationConfidence

public java.lang.Integer getLocationConfidence()
Returns:
the locationConfidence

setLocationConfidence

public void setLocationConfidence(java.lang.Integer locationConfidence)
Parameters:
locationConfidence - the locationConfidence 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