|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.dao.HistoryBlockunitImpl
public class HistoryBlockunitImpl
an implementationo of the historyblockunit for version check
| Field Summary | |
|---|---|
(package private) java.lang.Integer |
blockId
blockid of the blockunit |
(package private) java.util.Date |
insertTime
insert time |
(package private) java.lang.String |
name
blockunit name |
(package private) java.lang.Integer |
recordId
record if of the history |
(package private) java.lang.String |
username
user name |
| Constructor Summary | |
|---|---|
HistoryBlockunitImpl()
|
|
| 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 |
void |
setBlockId(java.lang.Integer blockId)
|
void |
setInsertTime(java.util.Date insertTime)
|
void |
setName(java.lang.String name)
|
void |
setRecordId(java.lang.Integer recordId)
|
void |
setUsername(java.lang.String username)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.lang.Integer blockId
java.lang.Integer recordId
java.lang.String name
java.lang.String username
java.util.Date insertTime
| Constructor Detail |
|---|
public HistoryBlockunitImpl()
| Method Detail |
|---|
public java.lang.Integer getBlockId()
HistoryBlockunit
getBlockId in interface HistoryBlockunitpublic java.util.Date getInsertTime()
HistoryBlockunit
getInsertTime in interface HistoryBlockunitpublic java.lang.String getName()
HistoryBlockunit
getName in interface HistoryBlockunitpublic java.lang.Integer getRecordId()
HistoryBlockunit
getRecordId in interface HistoryBlockunitpublic java.lang.String getUsername()
HistoryBlockunit
getUsername in interface HistoryBlockunitpublic void setBlockId(java.lang.Integer blockId)
blockId - the blockId to setpublic void setInsertTime(java.util.Date insertTime)
insertTime - the insertTime to setpublic void setName(java.lang.String name)
name - the name to setpublic void setRecordId(java.lang.Integer recordId)
recordId - the recordId to setpublic void setUsername(java.lang.String username)
username - the username to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||