|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.hibernate.AbstractHistoryFlatLiveEntity
public abstract class AbstractHistoryFlatLiveEntity
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().
| 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 |
|---|
public AbstractHistoryFlatLiveEntity()
public AbstractHistoryFlatLiveEntity(java.lang.Integer recordId)
recordId - the record id| Method Detail |
|---|
public java.lang.String getAracycId()
public void setAracycId(java.lang.String aracycId)
aracycId - the aracycId to setpublic java.lang.Integer getBlockId()
public void setBlockId(java.lang.Integer blockId)
blockId - the blockId to setpublic java.lang.String getDataSource()
public void setDataSource(java.lang.String dataSource)
dataSource - the dataSource to setpublic java.lang.Integer getEntityId()
public void setEntityId(java.lang.Integer entityId)
entityId - the entityId to setpublic java.lang.String getEntityType()
public void setEntityType(java.lang.String entityType)
entityType - the entityType to setpublic java.lang.Integer getFunctionConfidence()
public void setFunctionConfidence(java.lang.Integer functionConfidence)
functionConfidence - the functionConfidence to setpublic java.util.Date getInsertTime()
public void setInsertTime(java.util.Date insertTime)
insertTime - the insertTime to setpublic java.lang.String getLocation()
public void setLocation(java.lang.String location)
location - the location to setpublic java.lang.Integer getLocationConfidence()
public void setLocationConfidence(java.lang.Integer locationConfidence)
locationConfidence - the locationConfidence to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic java.lang.String getOrganism()
public void setOrganism(java.lang.String organism)
organism - the organism to setpublic java.lang.Integer getRecordId()
public void setRecordId(java.lang.Integer recordId)
recordId - the recordId to setpublic java.lang.String getUsername()
public void setUsername(java.lang.String username)
username - the username to setpublic boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectrhs - the other instance
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 | |||||||||