com.pushtotest.tool.dataset
Class DatasetWrapper

java.lang.Object
  extended by com.pushtotest.tool.dataset.DatasetWrapper
All Implemented Interfaces:
Dataset
Direct Known Subclasses:
Meter

public abstract class DatasetWrapper
extends java.lang.Object
implements Dataset

Provides implementations of the methods that are in all DatasetHandler clasess.


Field Summary
protected  DatasetType type
           
 
Constructor Summary
DatasetWrapper()
           
 
Method Summary
 DatasetType getType()
           
 void setType(java.lang.String thetype)
          Identifies the object that will handle the response data values for this Meter object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected DatasetType type
Constructor Detail

DatasetWrapper

public DatasetWrapper()
Method Detail

getType

public DatasetType getType()

setType

public void setType(java.lang.String thetype)
             throws ToolException
Identifies the object that will handle the response data values for this Meter object.

Specified by:
setType in interface Dataset
Throws:
ToolException