com.silverpeas.mydb.model
Class MyDBConnectionInfoDetail

java.lang.Object
  extended by com.stratelia.webactiv.persistence.SilverpeasBean
      extended by 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

Constructor Summary
MyDBConnectionInfoDetail()
           
 
Method Summary
 String getInstanceId()
           
 String getJdbcDriverName()
           
 String getJdbcUrl()
           
 String getLogin()
           
 String getPassword()
           
 int getRowLimit()
           
 String getTableName()
           
 void setInstanceId(String instanceId)
           
 void setJdbcDriverName(String jdbcDriverName)
           
 void setJdbcUrl(String jdbcUrl)
           
 void setLogin(String login)
           
 void setPassword(String password)
           
 void setRowLimit(int rowLimit)
           
 void setTableName(String tableName)
           
 
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
 

Constructor Detail

MyDBConnectionInfoDetail

public MyDBConnectionInfoDetail()
Method Detail

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.