mgi.logme.dataholder
Class PageImpressions

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

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


Constructor Summary
PageImpressions()
          Creates a new instance of PageImpressions
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 int getCount()
          Getter for property count.
 int getTime()
          Getter for property browsername.
 void setCount(int count)
          Setter for property count.
 void setTime(int time)
          Setter for property browsername.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageImpressions

public PageImpressions()
Creates a new instance of PageImpressions

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.

getTime

public int getTime()
Getter for property browsername.

Returns:
Value of property browsername.

setTime

public void setTime(int time)
Setter for property browsername.