Package org.dashbuilder.dataset.impl
Class AbstractDataSetOp
- java.lang.Object
-
- org.dashbuilder.dataset.impl.AbstractDataSetOp
-
- All Implemented Interfaces:
DataSetOp
- Direct Known Subclasses:
DataSetFilter,DataSetGroup,DataSetSort
public abstract class AbstractDataSetOp extends Object implements DataSetOp
Base class for DataSetOp implementations
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdataSetUUID
-
Constructor Summary
Constructors Constructor Description AbstractDataSetOp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDataSetUUID()The UUID of the data set to retrieve.voidsetDataSetUUID(String dataSetUUID)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dashbuilder.dataset.DataSetOp
cloneInstance, getType
-
-
-
-
Field Detail
-
dataSetUUID
protected String dataSetUUID
-
-
Method Detail
-
getDataSetUUID
public String getDataSetUUID()
Description copied from interface:DataSetOpThe UUID of the data set to retrieve.- Specified by:
getDataSetUUIDin interfaceDataSetOp
-
setDataSetUUID
public void setDataSetUUID(String dataSetUUID)
-
-