java.lang.Object
edu.sc.seis.sod.SodConfig
public class SodConfig
extends java.lang.Object
-
Field Summary
Fields
Modifier and Type |
Field |
Description |
protected java.lang.String |
config |
|
protected java.time.Instant |
time |
|
-
Constructor Summary
Constructors
Modifier |
Constructor |
Description |
protected |
SodConfig() |
for hibernate
|
|
SodConfig(java.io.BufferedReader r1) |
|
|
SodConfig(java.lang.String conf) |
|
-
Method Summary
Modifier and Type |
Method |
Description |
java.lang.String |
getConfig() |
|
int |
getDbid() |
|
java.time.Instant |
getTime() |
|
protected void |
setConfig(java.lang.String config) |
|
protected void |
setDbid(int dbid) |
|
protected void |
setTime(java.time.Instant time) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
protected java.lang.String config
-
protected java.time.Instant time
-
Constructor Details
-
protected SodConfig()
for hibernate
-
public SodConfig(java.lang.String conf)
-
public SodConfig(java.io.BufferedReader r1)
throws java.io.IOException
- Throws:
java.io.IOException
-
Method Details
-
-
protected void setDbid(int dbid)
-
public java.lang.String getConfig()
-
protected void setConfig(java.lang.String config)
-
public java.time.Instant getTime()
-
protected void setTime(java.time.Instant time)