com.fuckingbrit.q3astats
Class Hit

java.lang.Object
  |
  +--com.fuckingbrit.q3astats.Hit

public class Hit
extends java.lang.Object

The hit class is provided to track the number of hits on a given location.

Note: A hit location always starts at 1. If you MUST add all locations to a LogOwner, then you'll have to manualy set them to 0 when you batch add them.

Version:
1.0
Author:
Michael Jervis (mike@fuckingbrit.com)

Field Summary
 int hits
          The count of hits on that location.
 java.lang.String location
          The location hit.
 
Constructor Summary
Hit(java.lang.String where)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

public java.lang.String location
The location hit.


hits

public int hits
The count of hits on that location.

Constructor Detail

Hit

public Hit(java.lang.String where)
Parameters:
where - Location of Hit.