Uses of Class
org.ifeth.sehr.sql.NetCenter

Packages that use NetCenter
org.ifeth.sehr.beans   
 

Uses of NetCenter in org.ifeth.sehr.beans
 

Methods in org.ifeth.sehr.beans that return NetCenter
 NetCenter CenterData.getNetcenter()
           
 NetCenter CenterData.getCenterByID(int centerid, NetCenter nc)
          Get center record by given unique id (pik); The record will be stored in netcenter object...
 

Methods in org.ifeth.sehr.beans with parameters of type NetCenter
 void CenterData.setNetcenter(NetCenter netcenter)
           
 NetCenter CenterData.getCenterByID(int centerid, NetCenter nc)
          Get center record by given unique id (pik); The record will be stored in netcenter object...
 

Constructors in org.ifeth.sehr.beans with parameters of type NetCenter
CenterData(NetCenter nc)