org.dspace.app.webui.components
Class StatisticsBean

java.lang.Object
  extended by org.dspace.app.webui.components.StatisticsBean
All Implemented Interfaces:
Serializable

public class StatisticsBean
extends Object
implements Serializable

Author:
Kim Shepherd
See Also:
Serialized Form

Constructor Summary
StatisticsBean()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsBean

public StatisticsBean()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getHits

public int getHits()

setHits

public void setHits(int hits)

getColLabels

public List<String> getColLabels()

setColLabels

public void setColLabels(List<String> colLabels)

getRowLabels

public List<String> getRowLabels()

setRowLabels

public void setRowLabels(List<String> rowLabels)

getMatrix

public String[][] getMatrix()

setMatrix

public void setMatrix(String[][] matrix)


Copyright © 2013 DuraSpace. All Rights Reserved.