mgi.logme.data
Class ClickpathVisit

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

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

See Also:
Serialized Form

Constructor Summary
ClickpathVisit()
          default constructor
ClickpathVisit(double count, int minute, int hour, int day, int month, int year, Clickpath clickpath, Referer referer)
          full constructor
ClickpathVisit(int hour, int day, int month, int year)
          minimal constructor
 
Method Summary
 boolean equals(java.lang.Object other)
           
 Clickpath getClickpath()
           
 double getCount()
           
 int getDay()
           
 java.lang.Integer getEid()
           
 int getHour()
           
 int getMinute()
           
 int getMonth()
           
 Referer getReferer()
           
 int getYear()
           
 int hashCode()
           
 void setClickpath(Clickpath clickpath)
           
 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 setYear(int year)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClickpathVisit

public ClickpathVisit(double count,
                      int minute,
                      int hour,
                      int day,
                      int month,
                      int year,
                      Clickpath clickpath,
                      Referer referer)
full constructor


ClickpathVisit

public ClickpathVisit()
default constructor


ClickpathVisit

public ClickpathVisit(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)

getClickpath

public Clickpath getClickpath()

setClickpath

public void setClickpath(Clickpath clickpath)

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()