mgi.logme.dataholder
Class CookieHits

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

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


Constructor Summary
CookieHits()
          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 isCookiesenabled()
          Getter for property browsername.
 void setCookiesenabled(boolean cookiesenabled)
          Setter for property browsername.
 void setCount(double count)
          Setter for property count.
 void setEid(java.lang.Integer eid)
          Setter for property EID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CookieHits

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


isCookiesenabled

public boolean isCookiesenabled()
Getter for property browsername.

Returns:
Value of property browsername.

setCookiesenabled

public void setCookiesenabled(boolean cookiesenabled)
Setter for property browsername.