ColdBox Platform Version 2.6.3

coldbox.system.beans
Class datasourceBean

WEB-INF.cftags.component
        extended by coldbox.system.beans.datasourceBean

public class datasourceBean
extends WEB-INF.cftags.component

I model a datasource connection setting.


Constructor Summary
init([struct datasourceStruct='[runtime expression]'])
          I build a new datasource bean.
 
Method Summary
 string getDBType()
          Get DBType
 any getMemento()
          Get the memento
 string getPassword()
          Get Password
 string getUsername()
          Get Username
 string getalias()
          Get the alias
 string getname()
          Get the name
 void setDBType(string dbtype)
          Set DBType
 void setMemento(struct memento)
          Set the memento
 void setPassword(string Password)
          Set Password
 void setUsername(string Username)
          Set Username
 void setalias(string alias)
          Set alias of the datasource, this is used for reference to the structure.
 void setname(string name)
          Set name of the datasource, this maps to the Coldfusion datasource name
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init([struct datasourceStruct='[runtime expression]'])

Method Detail

getDBType

public string getDBType()
Get DBType


getMemento

public any getMemento()
Get the memento


getPassword

public string getPassword()
Get Password


getUsername

public string getUsername()
Get Username


getalias

public string getalias()
Get the alias


getname

public string getname()
Get the name


setDBType

public void setDBType(string dbtype)
Set DBType

Parameters:
dbtype

setMemento

public void setMemento(struct memento)
Set the memento

Parameters:
memento

setPassword

public void setPassword(string Password)
Set Password

Parameters:
Password

setUsername

public void setUsername(string Username)
Set Username

Parameters:
Username

setalias

public void setalias(string alias)
Set alias of the datasource, this is used for reference to the structure.

Parameters:
alias

setname

public void setname(string name)
Set name of the datasource, this maps to the Coldfusion datasource name

Parameters:
name

ColdBox Platform Version 2.6.3