Class CrossStatisticVO
- java.lang.Object
 - 
- org.silverpeas.web.silverstatistics.vo.CrossStatisticVO
 
 
- 
public class CrossStatisticVO extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description CrossStatisticVO(List<String> columnHeader, List<String> firstRow, List<List<CrossAxisAccessVO>> statsArray) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getColumnHeader()List<String>getFirstRow()List<List<CrossAxisAccessVO>>getStatsArray()voidsetColumnHeader(List<String> columnHeader)voidsetFirstRow(List<String> firstRow)voidsetStatsArray(List<List<CrossAxisAccessVO>> statsArray) 
 - 
 
- 
- 
Method Detail
- 
setColumnHeader
public void setColumnHeader(List<String> columnHeader)
- Parameters:
 columnHeader- the columnHeader to set
 
- 
setFirstRow
public void setFirstRow(List<String> firstRow)
- Parameters:
 firstRow- the firstRow to set
 
- 
getStatsArray
public List<List<CrossAxisAccessVO>> getStatsArray()
- Returns:
 - the statsArray
 
 
- 
setStatsArray
public void setStatsArray(List<List<CrossAxisAccessVO>> statsArray)
- Parameters:
 statsArray- the statsArray to set
 
 - 
 
 -