mgi.logme.dataholder
Class LinkHits

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

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


Constructor Summary
LinkHits()
          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 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 browsername.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkHits

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


getLink

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

Returns:
Value of property browsername.

setLink

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