mgi.logme.dataholder
Class BrowserHits

java.lang.Object
  extended bymgi.logme.dataholder.BrowserHits
All Implemented Interfaces:
java.lang.Comparable

public class BrowserHits
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
BrowserHits()
          Creates a new instance of BrowserHits
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 int getBrowserid()
          Getter for property browsername.
 int getCount()
          Getter for property count.
 void setBrowserid(int browserid)
          Setter for property browsername.
 void setCount(int count)
          Setter for property count.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserHits

public BrowserHits()
Creates a new instance of BrowserHits

Method Detail

compareTo

public int compareTo(java.lang.Object obj)
Specified by:
compareTo in interface java.lang.Comparable

getCount

public int getCount()
Getter for property count.

Returns:
Value of property count.

setCount

public void setCount(int count)
Setter for property count.

Parameters:
count - New value of property count.

getBrowserid

public int getBrowserid()
Getter for property browsername.

Returns:
Value of property browsername.

setBrowserid

public void setBrowserid(int browserid)
Setter for property browsername.