kotkabeans
Class HitCount

java.lang.Object
  |
  +--kotkabeans.HitCount
All Implemented Interfaces:
java.io.Serializable

public class HitCount
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
HitCount()
           
 
Method Summary
 int getCount()
           
 void increment()
           
 void setCount(int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HitCount

public HitCount()
Method Detail

setCount

public void setCount(int count)

getCount

public int getCount()

increment

public void increment()