mgi.logme.data
Class ResolutionVisit

java.lang.Object
  extended bymgi.logme.data.ResolutionVisit
All Implemented Interfaces:
java.io.Serializable

public class ResolutionVisit
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ResolutionVisit()
          default constructor
ResolutionVisit(double count, int minute, int hour, int day, int month, int year, Resolution resolution, Referer referer)
          full constructor
ResolutionVisit(int hour, int day, int month, int year)
          minimal constructor
 
Method Summary
 boolean equals(java.lang.Object other)
           
 double getCount()
           
 int getDay()
           
 java.lang.Integer getEid()
           
 int getHour()
           
 int getMinute()
           
 int getMonth()
           
 Referer getReferer()
           
 Resolution getResolution()
           
 int getYear()
           
 int hashCode()
           
 void setCount(double count)
           
 void setDay(int day)
           
 void setEid(java.lang.Integer eid)
           
 void setHour(int hour)
           
 void setMinute(int minute)
           
 void setMonth(int month)
           
 void setReferer(Referer referer)
           
 void setResolution(Resolution resolution)
           
 void setYear(int year)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResolutionVisit

public ResolutionVisit(double count,
                       int minute,
                       int hour,
                       int day,
                       int month,
                       int year,
                       Resolution resolution,
                       Referer referer)
full constructor


ResolutionVisit

public ResolutionVisit()
default constructor


ResolutionVisit

public ResolutionVisit(int hour,
                       int day,
                       int month,
                       int year)
minimal constructor

Method Detail

getEid

public java.lang.Integer getEid()

setEid

public void setEid(java.lang.Integer eid)

getCount

public double getCount()

setCount

public void setCount(double count)

getMinute

public int getMinute()

setMinute

public void setMinute(int minute)

getHour

public int getHour()

setHour

public void setHour(int hour)

getDay

public int getDay()

setDay

public void setDay(int day)

getMonth

public int getMonth()

setMonth

public void setMonth(int month)

getYear

public int getYear()

setYear

public void setYear(int year)

getResolution

public Resolution getResolution()

setResolution

public void setResolution(Resolution resolution)

getReferer

public Referer getReferer()

setReferer

public void setReferer(Referer referer)

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object other)

hashCode

public int hashCode()