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

Constructor Summary
DefOptions()
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getMastertyp()
           
 int getOptid()
           
 java.lang.String getValue()
           
 void init()
           
 void init(java.lang.String cfg)
           
static void main(java.lang.String[] args)
          for testing only....
 void setKey(java.lang.String key)
           
 void setMastertyp(java.lang.String mastertyp)
           
 void setOptid(int optid)
           
 void setSehrcfg(SEHRCfg sehrcfg)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class org.ifeth.sehr.lib.DAOBase
getOptionList, getResList, setSEHRDataSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefOptions

public DefOptions()
Method Detail

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.