public class SodConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
config |
protected java.sql.Timestamp |
time |
Modifier | Constructor and Description |
---|---|
protected |
SodConfig()
for hibernate
|
|
SodConfig(java.io.BufferedReader r1) |
|
SodConfig(java.lang.String conf) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfig() |
int |
getDbid() |
java.sql.Timestamp |
getTime() |
protected void |
setConfig(java.lang.String config) |
protected void |
setDbid(int dbid) |
protected void |
setTime(java.sql.Timestamp time) |