com.ibm.btt.bc.ej.dao
Class EJDAOAbstract
java.lang.Object
com.ibm.btt.bc.ej.dao.EJDAOAbstract
- All Implemented Interfaces:
- EJDAO
- Direct Known Subclasses:
- JdbcDAOBase
public abstract class EJDAOAbstract
- extends java.lang.Object
- implements EJDAO
DAO abstract class. Define the common bean property: userDefinedFieldsDesc.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
userDefinedFieldsDesc
protected java.util.List<FieldDescriptor> userDefinedFieldsDesc
eJInstID
protected java.lang.String eJInstID
connectionPool
protected ConnectionPool connectionPool
EJDAOAbstract
public EJDAOAbstract()
getUserDefinedFieldsDesc
public java.util.List<FieldDescriptor> getUserDefinedFieldsDesc()
- Specified by:
getUserDefinedFieldsDesc
in interface EJDAO
setUserDefinedFieldsDesc
public void setUserDefinedFieldsDesc(java.util.List<FieldDescriptor> userDefinedFieldsDesc)
- Specified by:
setUserDefinedFieldsDesc
in interface EJDAO
getEJInstID
public java.lang.String getEJInstID()
setEJInstID
public void setEJInstID(java.lang.String instID)
- Specified by:
setEJInstID
in interface EJDAO
getConnectionPool
public ConnectionPool getConnectionPool()
setConnectionPool
public void setConnectionPool(ConnectionPool connectionPool)
(c) Copyright IBM Corporation 1998, 2009