public class DataTable extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DataTable.AvgData |
static class |
DataTable.Summary |
static class |
DataTable.Times |
Constructor and Description |
---|
DataTable() |
Modifier and Type | Method and Description |
---|---|
List<Workflows.WorkflowDBEntry> |
getAaData() |
int |
getEndIndex() |
int |
getiTotalDisplayRecords() |
int |
getiTotalRecords() |
int |
getsEcho() |
int |
getStartIndex() |
DataTable.Summary |
getSummary() |
void |
setAaData(List<Workflows.WorkflowDBEntry> aaData) |
void |
setEndIndex(int endIndex) |
void |
setiTotalDisplayRecords(int iTotalDisplayRecords) |
void |
setiTotalRecords(int iTotalRecords) |
void |
setsEcho(int sEcho) |
void |
setStartIndex(int startIndex) |
void |
setSummary(DataTable.Summary summary) |
public int getsEcho()
public void setsEcho(int sEcho)
public int getiTotalRecords()
public void setiTotalRecords(int iTotalRecords)
public int getiTotalDisplayRecords()
public void setiTotalDisplayRecords(int iTotalDisplayRecords)
public int getStartIndex()
public void setStartIndex(int startIndex)
public int getEndIndex()
public void setEndIndex(int endIndex)
public List<Workflows.WorkflowDBEntry> getAaData()
public void setAaData(List<Workflows.WorkflowDBEntry> aaData)
public DataTable.Summary getSummary()
public void setSummary(DataTable.Summary summary)
Copyright © 2016. All rights reserved.