it.eng.spagobi.engines.config.metadata
Class SbiEngines

java.lang.Object
  extended by it.eng.spagobi.engines.config.metadata.SbiEngines
All Implemented Interfaces:
java.io.Serializable

public class SbiEngines
extends java.lang.Object
implements java.io.Serializable

SbiEngines generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiEngines()
          default constructor.
SbiEngines(java.lang.Integer engineId)
          constructor with id.
 
Method Summary
 SbiDomains getBiobjType()
          Gets the biobj type.
 java.lang.String getClassNm()
          Gets the class nm.
 SbiDataSource getDataSource()
          Gets the data source.
 java.lang.String getDescr()
          Gets the descr.
 java.lang.String getDriverNm()
          Gets the driver nm.
 java.lang.Short getEncrypt()
          Gets the encrypt.
 java.lang.Integer getEngineId()
          Gets the engine id.
 SbiDomains getEngineType()
          Gets the engine type.
 java.lang.String getLabel()
          Gets the label.
 java.lang.String getMainUrl()
          Gets the main url.
 java.lang.String getName()
          Gets the name.
 java.lang.String getObjUplDir()
          Gets the obj upl dir.
 java.lang.String getObjUseDir()
          Gets the obj use dir.
 java.lang.String getSecnUrl()
          Gets the secn url.
 java.lang.Boolean getUseDataSet()
          Gets the use data set.
 java.lang.Boolean getUseDataSource()
          Gets the use data source.
 void setBiobjType(SbiDomains biobjType)
          Sets the biobj type.
 void setClassNm(java.lang.String classNm)
          Sets the class nm.
 void setDataSource(SbiDataSource dataSource)
          Sets the data source.
 void setDescr(java.lang.String descr)
          Sets the descr.
 void setDriverNm(java.lang.String driverNm)
          Sets the driver nm.
 void setEncrypt(java.lang.Short encrypt)
          Sets the encrypt.
 void setEngineId(java.lang.Integer engineId)
          Sets the engine id.
 void setEngineType(SbiDomains engineType)
          Sets the engine type.
 void setLabel(java.lang.String label)
          Sets the label.
 void setMainUrl(java.lang.String mainUrl)
          Sets the main url.
 void setName(java.lang.String name)
          Sets the name.
 void setObjUplDir(java.lang.String objUplDir)
          Sets the obj upl dir.
 void setObjUseDir(java.lang.String objUseDir)
          Sets the obj use dir.
 void setSecnUrl(java.lang.String secnUrl)
          Sets the secn url.
 void setUseDataSet(java.lang.Boolean useDataSet)
          Sets the use data set.
 void setUseDataSource(java.lang.Boolean useDataSource)
          Sets the use data source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiEngines

public SbiEngines()
default constructor.


SbiEngines

public SbiEngines(java.lang.Integer engineId)
constructor with id.

Parameters:
engineId - the engine id
Method Detail

getEngineId

public java.lang.Integer getEngineId()
Gets the engine id.

Returns:
the engine id

setEngineId

public void setEngineId(java.lang.Integer engineId)
Sets the engine id.

Parameters:
engineId - the new engine id

getEncrypt

public java.lang.Short getEncrypt()
Gets the encrypt.

Returns:
the encrypt

setEncrypt

public void setEncrypt(java.lang.Short encrypt)
Sets the encrypt.

Parameters:
encrypt - the new encrypt

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

getDescr

public java.lang.String getDescr()
Gets the descr.

Returns:
the descr

setDescr

public void setDescr(java.lang.String descr)
Sets the descr.

Parameters:
descr - the new descr

getMainUrl

public java.lang.String getMainUrl()
Gets the main url.

Returns:
the main url

setMainUrl

public void setMainUrl(java.lang.String mainUrl)
Sets the main url.

Parameters:
mainUrl - the new main url

getSecnUrl

public java.lang.String getSecnUrl()
Gets the secn url.

Returns:
the secn url

setSecnUrl

public void setSecnUrl(java.lang.String secnUrl)
Sets the secn url.

Parameters:
secnUrl - the new secn url

getObjUplDir

public java.lang.String getObjUplDir()
Gets the obj upl dir.

Returns:
the obj upl dir

setObjUplDir

public void setObjUplDir(java.lang.String objUplDir)
Sets the obj upl dir.

Parameters:
objUplDir - the new obj upl dir

getObjUseDir

public java.lang.String getObjUseDir()
Gets the obj use dir.

Returns:
the obj use dir

setObjUseDir

public void setObjUseDir(java.lang.String objUseDir)
Sets the obj use dir.

Parameters:
objUseDir - the new obj use dir

getDriverNm

public java.lang.String getDriverNm()
Gets the driver nm.

Returns:
the driver nm

setDriverNm

public void setDriverNm(java.lang.String driverNm)
Sets the driver nm.

Parameters:
driverNm - the new driver nm

getLabel

public java.lang.String getLabel()
Gets the label.

Returns:
the label

setLabel

public void setLabel(java.lang.String label)
Sets the label.

Parameters:
label - the new label

getBiobjType

public SbiDomains getBiobjType()
Gets the biobj type.

Returns:
the biobj type

setBiobjType

public void setBiobjType(SbiDomains biobjType)
Sets the biobj type.

Parameters:
biobjType - the new biobj type

getClassNm

public java.lang.String getClassNm()
Gets the class nm.

Returns:
the class nm

setClassNm

public void setClassNm(java.lang.String classNm)
Sets the class nm.

Parameters:
classNm - the new class nm

getEngineType

public SbiDomains getEngineType()
Gets the engine type.

Returns:
the engine type

setEngineType

public void setEngineType(SbiDomains engineType)
Sets the engine type.

Parameters:
engineType - the new engine type

getDataSource

public SbiDataSource getDataSource()
Gets the data source.

Returns:
the data source

setDataSource

public void setDataSource(SbiDataSource dataSource)
Sets the data source.

Parameters:
dataSource - the new data source

getUseDataSource

public java.lang.Boolean getUseDataSource()
Gets the use data source.

Returns:
the use data source

setUseDataSource

public void setUseDataSource(java.lang.Boolean useDataSource)
Sets the use data source.

Parameters:
useDataSource - the new use data source

getUseDataSet

public java.lang.Boolean getUseDataSet()
Gets the use data set.

Returns:
the use data set

setUseDataSet

public void setUseDataSet(java.lang.Boolean useDataSet)
Sets the use data set.

Parameters:
useDataSet - the new use data set