org.ifeth.sehr.sql
Class DefOptions
java.lang.Object
|
+--org.ifeth.sehr.lib.DAOBase
|
+--org.ifeth.sehr.sql.DefOptions
- public class DefOptions
- extends DAOBase
SQL Table object for db IntraSEC, table DEF_OPTIONS
- Author:
- hansjhaase
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefOptions
public DefOptions()
init
public void init()
init
public void init(java.lang.String cfg)
main
public static void main(java.lang.String[] args)
- for testing only....
getKey
public java.lang.String getKey()
- Returns:
- Returns the key.
setKey
public void setKey(java.lang.String key)
- Parameters:
key - The key to set.
getMastertyp
public java.lang.String getMastertyp()
- Returns:
- Returns the mastertyp.
setMastertyp
public void setMastertyp(java.lang.String mastertyp)
- Parameters:
mastertyp - The mastertyp to set.
getOptid
public int getOptid()
- Returns:
- Returns the optid.
setOptid
public void setOptid(int optid)
- Parameters:
optid - The optid to set.
getValue
public java.lang.String getValue()
- Returns:
- Returns the value.
setValue
public void setValue(java.lang.String value)
- Parameters:
value - The value to set.
setSehrcfg
public void setSehrcfg(SEHRCfg sehrcfg)
- Parameters:
sehrcfg - The sehrcfg to set.