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

java.lang.Object
  extended by it.eng.spagobi.tools.dataset.metadata.SbiDataSetConfig
      extended by it.eng.spagobi.tools.dataset.metadata.SbiWSDataSet

public class SbiWSDataSet
extends SbiDataSetConfig

Author:
Angelo Bernabei angelo.bernabei@eng.it

Constructor Summary
SbiWSDataSet()
           
 
Method Summary
 java.lang.String getAdress()
          Gets the adress.
 java.lang.String getExecutorClass()
          Gets the executor class.
 java.lang.String getOperation()
          Gets the operation.
 void setAdress(java.lang.String adress)
          Sets the adress.
 void setExecutorClass(java.lang.String executorClass)
          Sets the executor class.
 void setOperation(java.lang.String operation)
          Sets the operation.
 
Methods inherited from class it.eng.spagobi.tools.dataset.metadata.SbiDataSetConfig
getDescription, getDsId, getLabel, getName, getParameters, getPivotColumnName, getPivotColumnValue, getPivotRowName, getTransformer, setDescription, setDsId, setLabel, setName, setParameters, setPivotColumnName, setPivotColumnValue, setPivotRowName, setTransformer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiWSDataSet

public SbiWSDataSet()
Method Detail

getAdress

public java.lang.String getAdress()
Gets the adress.

Returns:
the adress

setAdress

public void setAdress(java.lang.String adress)
Sets the adress.

Parameters:
adress - the new adress

getExecutorClass

public java.lang.String getExecutorClass()
Gets the executor class.

Returns:
the executor class

setExecutorClass

public void setExecutorClass(java.lang.String executorClass)
Sets the executor class.

Parameters:
executorClass - the new executor class

getOperation

public java.lang.String getOperation()
Gets the operation.

Returns:
the operation

setOperation

public void setOperation(java.lang.String operation)
Sets the operation.

Parameters:
operation - the new operation