public class SurveillanceData extends Object implements com.google.gwt.user.client.rpc.IsSerializable
SurveillanceData class.
| Constructor and Description |
|---|
SurveillanceData() |
| Modifier and Type | Method and Description |
|---|---|
SurveillanceIntersection |
getCell(int row,
int col)
getCell
|
int |
getColumnCount()
getColumnCount
|
SurveillanceGroup[] |
getColumnGroups()
getColumnGroups
|
String |
getColumnHeading(int columnIndex)
The heading of the column number 'colunmIndex' using zero based index
|
SurveillanceIntersection |
getIntersection(int row,
int col)
getIntersection
|
String |
getName()
getName
|
int |
getRowCount()
getRowCount
|
SurveillanceGroup[] |
getRowGroups()
getRowGroups
|
String |
getRowHeading(int rowIndex)
The heading of row with index 'rowIndex' using zero based index
|
boolean |
isComplete()
isComplete
|
void |
setCell(int row,
int col,
String value)
setCell
|
void |
setCell(int row,
int col,
String data,
String status)
setCell
|
void |
setCell(int row,
int col,
SurveillanceIntersection cell)
setCell
|
void |
setColumnGroups(SurveillanceGroup[] columnGroups)
setColumnGroups
|
void |
setComplete(boolean complete)
setComplete
|
void |
setName(String name)
setName
|
void |
setRowGroups(SurveillanceGroup[] rowGroups)
setRowGroups
|
public boolean isComplete()
isComplete
public void setComplete(boolean complete)
setComplete
complete - a boolean.public int getColumnCount()
getColumnCount
public int getRowCount()
getRowCount
public String getColumnHeading(int columnIndex)
columnIndex - the index of the columnpublic String getRowHeading(int rowIndex)
rowIndex - the index of the rowpublic SurveillanceIntersection getCell(int row, int col)
getCell
row - a int.col - a int.SurveillanceIntersection object.public void setCell(int row,
int col,
SurveillanceIntersection cell)
setCell
row - a int.col - a int.cell - a SurveillanceIntersection object.public void setCell(int row,
int col,
String value)
setCell
row - a int.col - a int.value - a String object.public SurveillanceIntersection getIntersection(int row, int col)
getIntersection
row - a int.col - a int.SurveillanceIntersection object.public SurveillanceGroup[] getColumnGroups()
getColumnGroups
SurveillanceGroup objects.public void setColumnGroups(SurveillanceGroup[] columnGroups)
setColumnGroups
columnGroups - an array of SurveillanceGroup objects.public SurveillanceGroup[] getRowGroups()
getRowGroups
SurveillanceGroup objects.public void setRowGroups(SurveillanceGroup[] rowGroups)
setRowGroups
rowGroups - an array of SurveillanceGroup objects.Copyright © 2015. All rights reserved.