it.eng.spagobi.tools.dataset.metadata
Class SbiDataSet

java.lang.Object
  extended by it.eng.spagobi.commons.metadata.SbiHibernateModel
      extended by it.eng.spagobi.tools.dataset.metadata.SbiDataSet
All Implemented Interfaces:
java.io.Serializable

public class SbiDataSet
extends SbiHibernateModel

This is the class used by the DAO to map the table sbi_meta_data. Given the current implementation of the DAO this is the class used by Hibernate to map the table sbi_meta_data. The following snippet of code, for example, shows how the DataSetDAOImpl load a dataset whose id is equal to datasetId... hibernateSession.load(SbiDataSet.class, datasetId);

See Also:
Serialized Form

Constructor Summary
SbiDataSet()
          default constructor.
SbiDataSet(SbiDataSetId id)
          constructor with id.
 
Method Summary
 SbiDomains getCategory()
           
 java.lang.String getConfiguration()
           
 SbiDataSource getDataSourceFlat()
           
 SbiDataSource getDataSourcePersist()
           
 java.lang.String getDescription()
          Gets the description.
 java.lang.String getDsMetadata()
          Gets the metadata.
 java.lang.String getFlatTableName()
           
 SbiDataSetId getId()
          Gets the id.
 java.lang.String getLabel()
          Gets the label.
 java.lang.String getMetaVersion()
           
 java.lang.String getName()
          Gets the name.
 java.lang.String getOrganization()
           
 java.lang.String getOwner()
           
 java.lang.String getParameters()
          Gets the parameters.
 java.lang.String getPivotColumnName()
          Gets the pivot column name.
 java.lang.String getPivotColumnValue()
          Gets the pivot column value.
 java.lang.String getPivotRowName()
           
 java.lang.String getSbiVersionDe()
           
 java.lang.String getSbiVersionIn()
           
 java.lang.String getSbiVersionUp()
           
 java.util.Date getTimeDe()
           
 java.util.Date getTimeIn()
           
 java.util.Date getTimeUp()
           
 SbiDomains getTransformer()
          Gets the transformer.
 java.lang.String getType()
           
 java.lang.String getUserDe()
           
 java.lang.String getUserIn()
           
 java.lang.String getUserUp()
           
 boolean isActive()
           
 boolean isFlatDataset()
           
 boolean isNumRows()
           
 boolean isPersisted()
           
 boolean isPublicDS()
           
 void setActive(boolean active)
           
 void setCategory(SbiDomains category)
           
 void setConfiguration(java.lang.String configuration)
           
 void setDataSourceFlat(SbiDataSource dataSourceFlat)
           
 void setDataSourcePersist(SbiDataSource dataSourcePersist)
           
 void setDescription(java.lang.String description)
          Sets the description.
 void setDsMetadata(java.lang.String dsMetadata)
          the metadata.
 void setFlatDataset(boolean flatDataset)
           
 void setFlatTableName(java.lang.String flatTableName)
           
 void setId(SbiDataSetId id)
          Sets the id.
 void setLabel(java.lang.String label)
          Sets the label.
 void setMetaVersion(java.lang.String metaVersion)
           
 void setName(java.lang.String name)
          Sets the name.
 void setNumRows(boolean numRows)
           
 void setOrganization(java.lang.String organization)
           
 void setOwner(java.lang.String owner)
           
 void setParameters(java.lang.String parameters)
          Sets the parameters.
 void setPersisted(boolean isPersisted)
           
 void setPivotColumnName(java.lang.String pivotColumnName)
          Sets the pivot column name
 void setPivotColumnValue(java.lang.String pivotColumnValue)
          Sets the pivot column value
 void setPivotRowName(java.lang.String pivotRowName)
           
 void setPublicDS(boolean publicDS)
           
 void setSbiVersionDe(java.lang.String sbiVersionDe)
           
 void setSbiVersionIn(java.lang.String sbiVersionIn)
           
 void setSbiVersionUp(java.lang.String sbiVersionUp)
           
 void setTimeDe(java.util.Date timeDe)
           
 void setTimeIn(java.util.Date timeIn)
           
 void setTimeUp(java.util.Date timeUp)
           
 void setTransformer(SbiDomains transformer)
          Sets the transformer.
 void setType(java.lang.String type)
           
 void setUserDe(java.lang.String userDe)
           
 void setUserIn(java.lang.String userIn)
           
 void setUserUp(java.lang.String userUp)
           
 
Methods inherited from class it.eng.spagobi.commons.metadata.SbiHibernateModel
getCommonInfo, setCommonInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiDataSet

public SbiDataSet()
default constructor.


SbiDataSet

public SbiDataSet(SbiDataSetId id)
constructor with id.

Parameters:
id - the id
Method Detail

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

getDescription

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

Returns:
the description

setDescription

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

Parameters:
description - the new description

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

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

getUserIn

public java.lang.String getUserIn()

setUserIn

public void setUserIn(java.lang.String userIn)

getSbiVersionIn

public java.lang.String getSbiVersionIn()

setSbiVersionIn

public void setSbiVersionIn(java.lang.String sbiVersionIn)

getMetaVersion

public java.lang.String getMetaVersion()

setMetaVersion

public void setMetaVersion(java.lang.String metaVersion)

getTimeIn

public java.util.Date getTimeIn()

setTimeIn

public void setTimeIn(java.util.Date timeIn)

isNumRows

public boolean isNumRows()
Returns:
the numRows

setNumRows

public void setNumRows(boolean numRows)
Parameters:
numRows - the numRows to set

getParameters

public java.lang.String getParameters()
Gets the parameters.

Returns:
the parameters

setParameters

public void setParameters(java.lang.String parameters)
Sets the parameters.

Parameters:
parameters - the new parameters

getPivotColumnName

public java.lang.String getPivotColumnName()
Gets the pivot column name.

Returns:
the pivot column name

setPivotColumnName

public void setPivotColumnName(java.lang.String pivotColumnName)
Sets the pivot column name

Parameters:
pivotColumnName - the new pivot column name

getPivotColumnValue

public java.lang.String getPivotColumnValue()
Gets the pivot column value.

Returns:
the pivot column value

setPivotColumnValue

public void setPivotColumnValue(java.lang.String pivotColumnValue)
Sets the pivot column value

Parameters:
pivotColumnValue - the new pivot column value

getPivotRowName

public java.lang.String getPivotRowName()

setPivotRowName

public void setPivotRowName(java.lang.String pivotRowName)

getCategory

public SbiDomains getCategory()

setCategory

public void setCategory(SbiDomains category)

getTransformer

public SbiDomains getTransformer()
Gets the transformer.

Returns:
the transformer

setTransformer

public void setTransformer(SbiDomains transformer)
Sets the transformer.

Parameters:
transformer - the new transformer

getDsMetadata

public java.lang.String getDsMetadata()
Gets the metadata.

Returns:
metadata

setDsMetadata

public void setDsMetadata(java.lang.String dsMetadata)
the metadata.

Parameters:
transformer - the new metadata

getOrganization

public java.lang.String getOrganization()

setOrganization

public void setOrganization(java.lang.String organization)

isPersisted

public boolean isPersisted()
Returns:
the isPersisted

setPersisted

public void setPersisted(boolean isPersisted)
Parameters:
isPersisted - the isPersisted to set

getDataSourcePersist

public SbiDataSource getDataSourcePersist()
Returns:
the dataSourcePersist

setDataSourcePersist

public void setDataSourcePersist(SbiDataSource dataSourcePersist)
Parameters:
dataSourcePersist - the dataSourcePersist to set

isFlatDataset

public boolean isFlatDataset()
Returns:
the flatDataset

setFlatDataset

public void setFlatDataset(boolean flatDataset)
Parameters:
flatDataset - the flatDataset to set

getFlatTableName

public java.lang.String getFlatTableName()
Returns:
the flatTableName

setFlatTableName

public void setFlatTableName(java.lang.String flatTableName)
Parameters:
flatTableName - the flatTableName to set

getDataSourceFlat

public SbiDataSource getDataSourceFlat()
Returns:
the dataSourceFlat

setDataSourceFlat

public void setDataSourceFlat(SbiDataSource dataSourceFlat)
Parameters:
dataSourceFlat - the dataSourceFlat to set

getConfiguration

public java.lang.String getConfiguration()
Returns:
the configuration

setConfiguration

public void setConfiguration(java.lang.String configuration)
Parameters:
configuration - the configuration to set

getType

public java.lang.String getType()
Returns:
the type

setType

public void setType(java.lang.String type)
Parameters:
type - the type to set

getUserUp

public java.lang.String getUserUp()
Returns:
the userUp

setUserUp

public void setUserUp(java.lang.String userUp)
Parameters:
userUp - the userUp to set

getUserDe

public java.lang.String getUserDe()
Returns:
the userDe

setUserDe

public void setUserDe(java.lang.String userDe)
Parameters:
userDe - the userDe to set

getSbiVersionUp

public java.lang.String getSbiVersionUp()
Returns:
the sbiVersionUp

setSbiVersionUp

public void setSbiVersionUp(java.lang.String sbiVersionUp)
Parameters:
sbiVersionUp - the sbiVersionUp to set

getSbiVersionDe

public java.lang.String getSbiVersionDe()
Returns:
the sbiVersionDe

setSbiVersionDe

public void setSbiVersionDe(java.lang.String sbiVersionDe)
Parameters:
sbiVersionDe - the sbiVersionDe to set

getTimeUp

public java.util.Date getTimeUp()
Returns:
the timeUp

setTimeUp

public void setTimeUp(java.util.Date timeUp)
Parameters:
timeUp - the timeUp to set

getTimeDe

public java.util.Date getTimeDe()
Returns:
the timeDe

setTimeDe

public void setTimeDe(java.util.Date timeDe)
Parameters:
timeDe - the timeDe to set

getId

public SbiDataSetId getId()
Gets the id.

Returns:
the id

setId

public void setId(SbiDataSetId id)
Sets the id.

Parameters:
SbiDataSetId - the new id

getOwner

public java.lang.String getOwner()
Returns:
the owner

setOwner

public void setOwner(java.lang.String owner)
Parameters:
owner - the owner to set

isPublicDS

public boolean isPublicDS()
Returns:
the isPublic

setPublicDS

public void setPublicDS(boolean publicDS)
Parameters:
isPublic - the isPublic to set