com.silverpeas.mydb.model
Class MyDBConnectionInfoDetail
java.lang.Object
com.stratelia.webactiv.persistence.SilverpeasBean
com.silverpeas.mydb.model.MyDBConnectionInfoDetail
- All Implemented Interfaces:
- com.stratelia.webactiv.persistence.SilverpeasBeanIntf, Serializable
public class MyDBConnectionInfoDetail
- extends com.stratelia.webactiv.persistence.SilverpeasBean
Description of a connection to a database.
- Author:
- Antoine HEDIN
- See Also:
- Serialized Form
Methods inherited from class com.stratelia.webactiv.persistence.SilverpeasBean |
_getConnectionType, _getDatasourceName, _getJdbcData, _getTableName, getPK, getSureString, setPK |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyDBConnectionInfoDetail
public MyDBConnectionInfoDetail()
getJdbcDriverName
public String getJdbcDriverName()
setJdbcDriverName
public void setJdbcDriverName(String jdbcDriverName)
getJdbcUrl
public String getJdbcUrl()
setJdbcUrl
public void setJdbcUrl(String jdbcUrl)
getLogin
public String getLogin()
setLogin
public void setLogin(String login)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getTableName
public String getTableName()
setTableName
public void setTableName(String tableName)
setInstanceId
public void setInstanceId(String instanceId)
getInstanceId
public String getInstanceId()
getRowLimit
public int getRowLimit()
setRowLimit
public void setRowLimit(int rowLimit)
Copyright © 2016 Silverpeas. All Rights Reserved.