|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.importexport.DBConnection
public class DBConnection
Bean that describes a SpagoBI database connection
Constructor Summary | |
---|---|
DBConnection()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the description of the database connection |
java.lang.String |
getName()
Gets the name of the database connection |
boolean |
isJdbcType()
Check if the connection is a jdbc connections |
boolean |
isJndiType()
Check if the connection is a jndi connections |
void |
setDescription(java.lang.String description)
Set the description |
void |
setJdbcType(boolean jdbcType)
Set the flag which store if the connection is a jdbc kind of connection |
void |
setJndiType(boolean jndiTypw)
Set the flag which store if the connection is a jndi kind of connection |
void |
setName(java.lang.String name)
Set the name |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DBConnection()
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- Description for the connectionpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- Name for the connectionpublic boolean isJdbcType()
public void setJdbcType(boolean jdbcType)
jdbcType
- boolean value to describe a jdbc kind of connectionpublic boolean isJndiType()
public void setJndiType(boolean jndiTypw)
jndiTypw
- boolean value to describe a jndi kind of connection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |