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

java.lang.Object
  extended by it.eng.spagobi.tools.dataset.metadata.SbiDataSetConfig
Direct Known Subclasses:
SbiFileDataSet, SbiJClassDataSet, SbiQueryDataSet, SbiScriptDataSet, SbiWSDataSet

public class SbiDataSetConfig
extends java.lang.Object

Author:
Angelo Bernabei angelo.bernabei@eng.it

Constructor Summary
SbiDataSetConfig()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the description.
 int getDsId()
          Gets the ds id.
 java.lang.String getLabel()
          Gets the label.
 java.lang.String getName()
          Gets the name.
 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()
           
 SbiDomains getTransformer()
          Gets the transformer.
 void setDescription(java.lang.String description)
          Sets the description.
 void setDsId(int dsId)
          Sets the ds id.
 void setLabel(java.lang.String label)
          Sets the label.
 void setName(java.lang.String name)
          Sets the name.
 void setParameters(java.lang.String parameters)
          Sets the parameters.
 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 setTransformer(SbiDomains transformer)
          Sets the transformer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiDataSetConfig

public SbiDataSetConfig()
Method Detail

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

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

getDsId

public int getDsId()
Gets the ds id.

Returns:
the ds id

setDsId

public void setDsId(int dsId)
Sets the ds id.

Parameters:
dsId - the new ds id

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)

getTransformer

public SbiDomains getTransformer()
Gets the transformer.

Returns:
the transformer

setTransformer

public void setTransformer(SbiDomains transformer)
Sets the transformer.

Parameters:
transformer - the new transformer