Class RVInMemoryDataSourceItem
- java.lang.Object
-
- com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
- com.infragistics.reveal.sdk.api.model.RVInMemoryDataSourceItem
-
public class RVInMemoryDataSourceItem extends RVDataSourceItem
Data source item to get in-memory data.
-
-
Constructor Summary
Constructors Constructor Description RVInMemoryDataSourceItem(String datasetId)
Used to create a new in-memory item with the specified dataset id.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDatasetId()
String identifying this in-memory dataset, it might be used to decide what data to return.String
setDatasetId(String value)
String identifying this in-memory dataset, it might be used to decide what data to return.-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
-
-
-
Constructor Detail
-
RVInMemoryDataSourceItem
public RVInMemoryDataSourceItem(String datasetId)
Used to create a new in-memory item with the specified dataset id.- Parameters:
datasetId
- The id of the dataset identifying the data to return.
-
-
Method Detail
-
setDatasetId
public String setDatasetId(String value)
String identifying this in-memory dataset, it might be used to decide what data to return.- Parameters:
value
-- Returns:
-
getDatasetId
public String getDatasetId()
String identifying this in-memory dataset, it might be used to decide what data to return.- Returns:
-
-