Spring Data Graph

org.springframework.data.document.analytics
Class ControllerCounter

java.lang.Object
  extended by org.springframework.data.document.analytics.ControllerCounter

public class ControllerCounter
extends Object


Constructor Summary
ControllerCounter()
           
 
Method Summary
 double getCount()
           
 Map<String,Double> getMethods()
           
 String getName()
           
 void setCount(double count)
           
 void setMethods(Map<String,Double> methods)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ControllerCounter

public ControllerCounter()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getCount

public double getCount()

setCount

public void setCount(double count)

getMethods

public Map<String,Double> getMethods()

setMethods

public void setMethods(Map<String,Double> methods)

toString

public String toString()
Overrides:
toString in class Object

Spring Data Graph

Copyright © 2011. All Rights Reserved.