org.dspace.statistics
Class ObjectCount

java.lang.Object
  extended by org.dspace.statistics.ObjectCount

public class ObjectCount
extends Object

Data structure for returning results from statistics searches.

Author:
mdiggory at atmire.com, ben at atmire.com, kevinvandevelde at atmire.com

Constructor Summary
ObjectCount()
           
 
Method Summary
 long getCount()
           
 String getValue()
           
 void setCount(long count)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectCount

public ObjectCount()
Method Detail

getCount

public long getCount()

setCount

public void setCount(long count)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2011 DuraSpace. All Rights Reserved.