it.eng.spagobi.engines.config.bo
Class Engine

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

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

Defines an engine object

Author:
sulis
See Also:
Serialized Form

Constructor Summary
Engine()
           
 
Method Summary
 java.lang.Integer getBiobjTypeId()
          Gets the biobj type id.
 java.lang.String getClassName()
          Gets the class name.
 java.lang.Integer getCriptable()
          Gets the criptable.
 java.lang.Integer getDataSourceId()
          Gets the data source id.
 java.lang.String getDescription()
          Gets the description.
 java.lang.String getDirUpload()
          Gets the dir upload.
 java.lang.String getDirUsable()
          Gets the dir usable.
 java.lang.String getDriverName()
          Gets the driver name.
 java.lang.Integer getEngineTypeId()
          Gets the engine type id.
 java.lang.Integer getId()
          Gets the id.
 java.lang.String getLabel()
          Gets the label.
 java.lang.String getName()
          Gets the name.
 java.lang.String getSecondaryUrl()
          Gets the secondary url.
 java.lang.String getUrl()
          Gets the url.
 boolean getUseDataSet()
          Gets the use data set.
 boolean getUseDataSource()
          Gets the use data source.
 void setBiobjTypeId(java.lang.Integer biobjTypeId)
          Sets the biobj type id.
 void setClassName(java.lang.String className)
          Sets the class name.
 void setCriptable(java.lang.Integer criptable)
          Sets the criptable.
 void setDataSourceId(java.lang.Integer dataSourceId)
          Sets the data source id.
 void setDescription(java.lang.String description)
          Sets the description.
 void setDirUpload(java.lang.String dirUpload)
          Sets the dir upload.
 void setDirUsable(java.lang.String dirUsable)
          Sets the dir usable.
 void setDriverName(java.lang.String driverName)
          Sets the driver name.
 void setEngineTypeId(java.lang.Integer engineTypeId)
          Sets the engine type id.
 void setId(java.lang.Integer id)
          Sets the id.
 void setLabel(java.lang.String label)
          Sets the label.
 void setName(java.lang.String name)
          Sets the name.
 void setSecondaryUrl(java.lang.String secondaryUrl)
          Sets the secondary url.
 void setUrl(java.lang.String url)
          Sets the url.
 void setUseDataSet(boolean useDataSet)
          Sets the use data set.
 void setUseDataSource(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

Engine

public Engine()
Method Detail

getCriptable

public java.lang.Integer getCriptable()
Gets the criptable.

Returns:
Returns the criptable.

setCriptable

public void setCriptable(java.lang.Integer criptable)
Sets the criptable.

Parameters:
criptable - The criptable to set.

getDescription

public java.lang.String getDescription()
Gets the description.

Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - The description to set.

getDirUpload

public java.lang.String getDirUpload()
Gets the dir upload.

Returns:
Returns the dirUpload.

setDirUpload

public void setDirUpload(java.lang.String dirUpload)
Sets the dir upload.

Parameters:
dirUpload - The dirUpload to set.

getDirUsable

public java.lang.String getDirUsable()
Gets the dir usable.

Returns:
Returns the dirUsable.

setDirUsable

public void setDirUsable(java.lang.String dirUsable)
Sets the dir usable.

Parameters:
dirUsable - The dirUsable to set.

getDriverName

public java.lang.String getDriverName()
Gets the driver name.

Returns:
Returns the driverName.

setDriverName

public void setDriverName(java.lang.String driverName)
Sets the driver name.

Parameters:
driverName - The driverName to set.

getId

public java.lang.Integer getId()
Gets the id.

Returns:
Returns the id.

setId

public void setId(java.lang.Integer id)
Sets the id.

Parameters:
id - The id to set.

getName

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

Returns:
Returns the name.

setName

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

Parameters:
name - The name to set.

getSecondaryUrl

public java.lang.String getSecondaryUrl()
Gets the secondary url.

Returns:
Returns the secondaryUrl.

setSecondaryUrl

public void setSecondaryUrl(java.lang.String secondaryUrl)
Sets the secondary url.

Parameters:
secondaryUrl - The secondaryUrl to set.

getUrl

public java.lang.String getUrl()
Gets the url.

Returns:
Returns the url.

setUrl

public void setUrl(java.lang.String url)
Sets the url.

Parameters:
url - The url to set.

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

getEngineTypeId

public java.lang.Integer getEngineTypeId()
Gets the engine type id.

Returns:
the engine type id

setEngineTypeId

public void setEngineTypeId(java.lang.Integer engineTypeId)
Sets the engine type id.

Parameters:
engineTypeId - the new engine type id

getClassName

public java.lang.String getClassName()
Gets the class name.

Returns:
the class name

setClassName

public void setClassName(java.lang.String className)
Sets the class name.

Parameters:
className - the new class name

getBiobjTypeId

public java.lang.Integer getBiobjTypeId()
Gets the biobj type id.

Returns:
the biobj type id

setBiobjTypeId

public void setBiobjTypeId(java.lang.Integer biobjTypeId)
Sets the biobj type id.

Parameters:
biobjTypeId - the new biobj type id

getDataSourceId

public java.lang.Integer getDataSourceId()
Gets the data source id.

Returns:
Returns the data source.

setDataSourceId

public void setDataSourceId(java.lang.Integer dataSourceId)
Sets the data source id.

Parameters:
dataSourceId - the data source id

getUseDataSource

public boolean getUseDataSource()
Gets the use data source.

Returns:
the use data source

setUseDataSource

public void setUseDataSource(boolean useDataSource)
Sets the use data source.

Parameters:
useDataSource - the new use data source

getUseDataSet

public boolean getUseDataSet()
Gets the use data set.

Returns:
the use data set

setUseDataSet

public void setUseDataSet(boolean useDataSet)
Sets the use data set.

Parameters:
useDataSet - the new use data set