mgi.logme.dataholder
Class JsHits

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

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


Constructor Summary
JsHits()
          Creates a new instance of BrowserHits
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 double getCount()
          Getter for property count.
 java.lang.Integer getEid()
          Getter for property EID.
 boolean isJsenabled()
          Getter for property browsername.
 void setCount(double count)
          Setter for property count.
 void setEid(java.lang.Integer eid)
          Setter for property EID.
 void setJsenabled(boolean jsenabled)
          Setter for property browsername.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsHits

public JsHits()
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 double getCount()
Getter for property count.

Returns:
Value of property count.

setCount

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

Parameters:
count - New value of property count.

getEid

public java.lang.Integer getEid()
Getter for property EID.

Returns:
Value of property EID.

setEid

public void setEid(java.lang.Integer eid)
Setter for property EID.


isJsenabled

public boolean isJsenabled()
Getter for property browsername.

Returns:
Value of property browsername.

setJsenabled

public void setJsenabled(boolean jsenabled)
Setter for property browsername.