public abstract class DatasetGenerator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
datasetType
The type of generator can either be CATEGORY or SERIE
|
protected boolean |
includeTotal |
| Constructor and Description |
|---|
DatasetGenerator() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDatasetType() |
boolean |
isIncludeTotal() |
void |
setDatasetType(int datasetType) |
void |
setIncludeTotal(boolean includeTotal) |
Copyright © 2022 LYRASIS. All rights reserved.