|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.dashboard.client.SurveillanceData
public class SurveillanceData
SurveillanceData class.
| Constructor Summary | |
|---|---|
SurveillanceData()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SurveillanceData()
| Method Detail |
|---|
public String getName()
getName
String object.public void setName(String name)
setName
name - a String object.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 column
public String getRowHeading(int rowIndex)
rowIndex - the index of the row
public 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 data,
String status)
setCell
row - a int.col - a int.data - a String object.status - a String 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||