mgi.logme.dataholder
Class Hits

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

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


Constructor Summary
Hits()
          Creates a new instance of BrowserHits
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 int getCount()
          Getter for property count.
 int getIdentifier()
          Getter for property browsername.
 java.lang.String getName()
          Getter for property name.
 void setCount(int count)
          Setter for property count.
 void setIdentifier(int identifier)
          Setter for property browsername.
 void setName(java.lang.String name)
          Setter for property name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hits

public Hits()
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.

getIdentifier

public int getIdentifier()
Getter for property browsername.

Returns:
Value of property browsername.

setIdentifier

public void setIdentifier(int identifier)
Setter for property browsername.


getName

public java.lang.String getName()
Getter for property name.

Returns:
Value of property name.

setName

public void setName(java.lang.String name)
Setter for property name.

Parameters:
name - New value of property name.