edu.iastate.metnet.dao
Interface HistoryBlockunit

All Known Implementing Classes:
HistoryBlockunitImpl, HistoryFlatInteraction, HistoryFlatLiveEntity, HistoryFlatPathway

public interface HistoryBlockunit

get the version information

Author:
Jie Li

Method Summary
 java.lang.Integer getBlockId()
          get the blockid
 java.util.Date getInsertTime()
          get the insert time
 java.lang.String getName()
          get the name of the history stuff
 java.lang.Integer getRecordId()
          get the record id
 java.lang.String getUsername()
          get the user name
 

Method Detail

getUsername

java.lang.String getUsername()
get the user name

Returns:
the user name

getInsertTime

java.util.Date getInsertTime()
get the insert time

Returns:
the insert time

getRecordId

java.lang.Integer getRecordId()
get the record id

Returns:
the record id

getBlockId

java.lang.Integer getBlockId()
get the blockid

Returns:
the blockid

getName

java.lang.String getName()
get the name of the history stuff

Returns:
the history name