public class StatisticsBean extends Object implements Serializable
| Constructor and Description |
|---|
StatisticsBean() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getColLabels() |
int |
getHits() |
String[][] |
getMatrix() |
String |
getName() |
List<String> |
getRowLabels() |
void |
setColLabels(List<String> colLabels) |
void |
setHits(int hits) |
void |
setMatrix(String[][] matrix) |
void |
setName(String name) |
void |
setRowLabels(List<String> rowLabels) |
Copyright © 2016 DuraSpace. All Rights Reserved.