public class DataSetDescriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
static DataSetDescriptor |
DEFAULT_DESCRIPTOR |
| Constructor and Description |
|---|
DataSetDescriptor(int startrow,
int rowCount) |
DataSetDescriptor(int startRow,
int rowCount,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
int |
getRowCount() |
int |
getStartRow() |
DataSetDescriptor |
withNameAndDescription(String name,
String description) |
DataSetDescriptor |
withRowCount(int rowCount) |
public static final DataSetDescriptor DEFAULT_DESCRIPTOR
public DataSetDescriptor(int startRow,
int rowCount,
String name,
String description)
public DataSetDescriptor(int startrow,
int rowCount)
public int getStartRow()
public int getRowCount()
public String getName()
public String getDescription()
public DataSetDescriptor withNameAndDescription(String name, String description)
public DataSetDescriptor withRowCount(int rowCount)
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.