mgi.logme.dataholder
Class PageHits

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

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


Constructor Summary
PageHits()
          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.
 java.lang.String getLink()
          Getter for property link.
 java.lang.String getPage()
          Getter for property browsername.
 void setCount(double count)
          Setter for property count.
 void setEid(java.lang.Integer eid)
          Setter for property EID.
 void setLink(java.lang.String link)
          Setter for property link.
 void setPage(java.lang.String page)
          Setter for property browsername.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageHits

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


getPage

public java.lang.String getPage()
Getter for property browsername.

Returns:
Value of property browsername.

setPage

public void setPage(java.lang.String page)
Setter for property browsername.


getLink

public java.lang.String getLink()
Getter for property link.

Returns:
Value of property link.

setLink

public void setLink(java.lang.String link)
Setter for property link.

Parameters:
link - New value of property link.